The specified distribution does not exist.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("NoSuchDistribution")) return null; NoSuchDistributionException e = (NoSuchDistributionException)super.unmarshall(node); return e; }