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