Class UserSettingsServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.adminui.usersettings.persistence.UserSettingsServiceException
All Implemented Interfaces:
Serializable

public class UserSettingsServiceException extends Exception
The exception thrown if there is an exception while trying to perform CRUD operations on a user setting.
See Also:
  • Constructor Details

    • UserSettingsServiceException

      public UserSettingsServiceException(String message)
      Create exception with a message.
      Parameters:
      message -
    • UserSettingsServiceException

      public UserSettingsServiceException(Throwable cause)
      Create exception with a cause.
      Parameters:
      cause -