Class SeriesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.series.api.SeriesException
All Implemented Interfaces:
Serializable

public class SeriesException extends Exception
Exception thrown in Series Service
See Also:
  • Constructor Details

    • SeriesException

      public SeriesException()
      Used to create exception without parameters.
    • SeriesException

      public SeriesException(String message)
      Used to create exception with exception message.
      Parameters:
      message - exception message
    • SeriesException

      public SeriesException(Throwable cause)
      Used to create exception with a cause.
      Parameters:
      cause -
    • SeriesException

      public SeriesException(String message, Throwable cause)
      Used to create exception with a message and a cause
      Parameters:
      message -
      cause -