// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("HsmConfigurationAlreadyExistsFault"))
return null;
HsmConfigurationAlreadyExistsException e = (HsmConfigurationAlreadyExistsException)super.unmarshall(node);
return e;
}