Package org.opencastproject.list.api
Class ListProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.list.api.ListProviderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ListProviderNotFoundException
An exception which indicates an error from the list provider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionListProviderException(String message) Constructor without cause.ListProviderException(String message, Throwable cause) Full fledged constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ListProviderException
Constructor without cause.- Parameters:
message-
-
ListProviderException
Full fledged constructor.- Parameters:
message-cause-
-