Package org.ametys.core.userpref
Class UserPreferencesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.core.userpref.UserPreferencesException
- All Implemented Interfaces:
Serializable
User preferences exception, used whenever there is an error specific to user preferences.
- See Also:
-
Constructor Summary
ConstructorDescriptionUser preferences exception.UserPreferencesException
(String message) User preferences exception.UserPreferencesException
(String message, Throwable cause) User preferences exception.User preferences exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserPreferencesException
public UserPreferencesException()User preferences exception. -
UserPreferencesException
User preferences exception.- Parameters:
message
- the message.cause
- the cause.
-
UserPreferencesException
User preferences exception.- Parameters:
message
- the message.
-
UserPreferencesException
User preferences exception.- Parameters:
cause
- the cause.
-