The request was rejected because it referenced an entity that does not exist. The error message describes the entity.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("NoSuchEntity")) return null; NoSuchEntityException e = (NoSuchEntityException)super.unmarshall(node); return e; }