No origin exists with the specified Origin Id.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("NoSuchOrigin")) return null; NoSuchOriginException e = (NoSuchOriginException)super.unmarshall(node); return e; }