public class UserPreferencesException extends Exception
Constructor and Description |
---|
UserPreferencesException()
User preferences exception.
|
UserPreferencesException(String message)
User preferences exception.
|
UserPreferencesException(String message,
Throwable cause)
User preferences exception.
|
UserPreferencesException(Throwable cause)
User preferences exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UserPreferencesException()
public UserPreferencesException(String message, Throwable cause)
message
- the message.cause
- the cause.public UserPreferencesException(String message)
message
- the message.public UserPreferencesException(Throwable cause)
cause
- the cause.