public class UserAttributeReservationException extends UserManagerException
| Constructor and Description |
|---|
UserAttributeReservationException(java.lang.String message,
java.lang.String errorCode)
Constructs a
UserAttributeReservationException with the specified detail message and error code. |
UserAttributeReservationException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String errorCode)
Constructs a
UserAttributeReservationException with the specified detail message, cause and error code. |
UserAttributeReservationException(java.lang.Throwable cause,
java.lang.String errorCode)
Constructs a
UserAttributeReservationException with the specified cause and error code. |
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParametersgetLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic UserAttributeReservationException(java.lang.String message,
java.lang.String errorCode)
UserAttributeReservationException with the specified detail message and error code.message - errorCode - public UserAttributeReservationException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String errorCode)
UserAttributeReservationException with the specified detail message, cause and error code.message - cause - errorCode - public UserAttributeReservationException(java.lang.Throwable cause,
java.lang.String errorCode)
UserAttributeReservationException with the specified cause and error code.cause - errorCode -