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