Class UserSettingsServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.adminui.usersettings.persistence.UserSettingsServiceException
- All Implemented Interfaces:
Serializable
The exception thrown if there is an exception while trying to perform CRUD operations on a user setting.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserSettingsServiceException(String message) Create exception with a message.Create exception with a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserSettingsServiceException
Create exception with a message.- Parameters:
message-
-
UserSettingsServiceException
Create exception with a cause.- Parameters:
cause-
-