The address specified in the manifest is invalid.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidAddressException")) return null; InvalidAddressException e = (InvalidAddressException)super.unmarshall(node); return e; }