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