@PublicAPI public class UserException extends Exception
Constructor and Description |
---|
UserException()
Create a new instance of UserException.
|
UserException(String msg)
Attaches a message to the Exception.
|
UserException(String msg,
Throwable cause)
Create a new instance of UserException with the given message and cause
|
UserException(Throwable cause)
Create a new instance of UserException with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UserException(String msg)
msg
- message attached.public UserException()
public UserException(String msg, Throwable cause)
msg
- the message to attach.cause
- the cause of the exception.public UserException(Throwable cause)
cause
- the cause of the exception.