333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InternalServiceError")) return null; InternalServiceException e = (InternalServiceException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InternalService")) return null; InternalServiceException e = (InternalServiceException)super.unmarshall(node); return e; }