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