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