Class PlaylistDatabaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.playlists.persistence.PlaylistDatabaseException
All Implemented Interfaces:
Serializable

public class PlaylistDatabaseException extends Exception
Exception that is thrown for failing database operations.
See Also:
  • Constructor Details

    • PlaylistDatabaseException

      public PlaylistDatabaseException(String message)
      Constructs a new playlist database exception with a message.
      Parameters:
      message - the message describing the exception
    • PlaylistDatabaseException

      public PlaylistDatabaseException(Throwable cause)
      Constructs a new playlist database exception with the throwable causing this exception to be thrown.
      Parameters:
      cause - the cause of this exception
    • PlaylistDatabaseException

      public PlaylistDatabaseException(String message, Throwable cause)
      Constructs a new playlist database exception with a message and the throwable that caused this exception to be thrown.
      Parameters:
      message - the message describing the exception
      cause - the cause of this exception