An request option was specified that is not supported.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("UnsupportedOptionFault")) return null; UnsupportedOptionException e = (UnsupportedOptionException)super.unmarshall(node); return e; }