Package org.opencastproject.list.impl
Class ListProviderNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.list.api.ListProviderException
org.opencastproject.list.impl.ListProviderNotFoundException
- All Implemented Interfaces:
Serializable
This exception indicates that the queried list provider resource could not be found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionListProviderNotFoundException(String message) Constructs an exception with a simple message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ListProviderNotFoundException
Constructs an exception with a simple message.- Parameters:
message- the simple message
-