You cannot create anymore origins for the distribution.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("TooManyOrigins")) return null; TooManyOriginsException e = (TooManyOriginsException)super.unmarshall(node); return e; }