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