One or more required customs parameters was missing from the manifest.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("MissingCustomsException")) return null; MissingCustomsException e = (MissingCustomsException)super.unmarshall(node); return e; }