Class BaseUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.user.common.exception.BaseUserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnknownRecoveryQuestionNameException,UnknownUsernameException,UnknownUserVisitGroupNameException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of BaseUserExceptionprotectedBaseUserException(Message message) Creates a new instance of BaseUserExceptionprotectedBaseUserException(String message) Creates a new instance of BaseUserExceptionprotectedBaseUserException(Throwable cause) Creates a new instance of BaseUserException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseUserException
protected BaseUserException()Creates a new instance of BaseUserException -
BaseUserException
Creates a new instance of BaseUserException -
BaseUserException
Creates a new instance of BaseUserException -
BaseUserException
Creates a new instance of BaseUserException
-