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
public class UserPreferencesException extends Exception
User preferences exception, used whenever there is an error specific to user preferences.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UserPreferencesException
public UserPreferencesException()
User preferences exception.
-
UserPreferencesException
public UserPreferencesException(String message, Throwable cause)
User preferences exception.- Parameters:
message
- the message.cause
- the cause.
-
UserPreferencesException
public UserPreferencesException(String message)
User preferences exception.- Parameters:
message
- the message.
-
UserPreferencesException
public UserPreferencesException(Throwable cause)
User preferences exception.- Parameters:
cause
- the cause.
-
-