public class UserMembershipException extends RoleManagerException
| Constructor and Description |
|---|
UserMembershipException()
Constructs a
UserMembershipException with null as its detail message. |
UserMembershipException(java.lang.String message)
Constructs a
UserMembershipException with the specified detail message. |
UserMembershipException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
UserMembershipException with the specified detail message and cause. |
UserMembershipException(java.lang.Throwable cause)
Constructs a
UserMembershipException with the specified cause. |
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParametersgetLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic UserMembershipException()
UserMembershipException with null as its detail message.public UserMembershipException(java.lang.String message)
UserMembershipException with the specified detail message.message - the detail messagepublic UserMembershipException(java.lang.String message,
java.lang.Throwable cause)
UserMembershipException with the specified detail message and cause.message - the detail messagecause - the causepublic UserMembershipException(java.lang.Throwable cause)
UserMembershipException with the specified cause.cause - the cause