// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("AuthorizationAlreadyExists"))
return null;
AuthorizationAlreadyExistsException e = (AuthorizationAlreadyExistsException)super.unmarshall(node);
return e;
}