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, setParameters
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toString
public 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
-