Package org.opencastproject.series.api
Class SeriesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.series.api.SeriesException
- All Implemented Interfaces:
Serializable
Exception thrown in Series Service
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUsed to create exception without parameters.SeriesException(String message) Used to create exception with exception message.SeriesException(String message, Throwable cause) Used to create exception with a message and a causeSeriesException(Throwable cause) Used to 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
-
SeriesException
public SeriesException()Used to create exception without parameters. -
SeriesException
Used to create exception with exception message.- Parameters:
message- exception message
-
SeriesException
Used to create exception with a cause.- Parameters:
cause-
-
SeriesException
Used to create exception with a message and a cause- Parameters:
message-cause-
-