One or more of the specified policy types do not exist.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("PolicyTypeNotFound")) return null; PolicyTypeNotFoundException e = (PolicyTypeNotFoundException)super.unmarshall(node); return e; }