public class UserNotFoundException extends SuperRuntimeException
| Constructor and Description |
|---|
UserNotFoundException()
Constructs a
UserNotFoundException with null as its detail message. |
UserNotFoundException(java.lang.String message)
Constructs a
UserNotFoundException with the specified detail message. |
UserNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
UserNotFoundException with the specified detail message and cause. |
UserNotFoundException(java.lang.Throwable cause)
Constructs a
UserNotFoundException with the specified cause. |
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprintpublic UserNotFoundException()
UserNotFoundException with null as its detail message.public UserNotFoundException(java.lang.String message)
UserNotFoundException with the specified detail message.message - the detail messagepublic UserNotFoundException(java.lang.String message,
java.lang.Throwable cause)
UserNotFoundException with the specified detail message and cause.message - the detail messagecause - the causepublic UserNotFoundException(java.lang.Throwable cause)
UserNotFoundException with the specified cause.cause - the cause