Class UnknownUsernameException
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
com.echothree.model.control.user.common.exception.UnknownUsernameException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of UnknownUsernameExceptionUnknownUsernameException
(Message message) Creates a new instance of UnknownUsernameExceptionUnknownUsernameException
(String message) Creates a new instance of UnknownUsernameExceptionCreates a new instance of UnknownUsernameException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownUsernameException
public UnknownUsernameException()Creates a new instance of UnknownUsernameException -
UnknownUsernameException
Creates a new instance of UnknownUsernameException -
UnknownUsernameException
Creates a new instance of UnknownUsernameException -
UnknownUsernameException
Creates a new instance of UnknownUsernameException
-