Class IndexServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.index.service.exception.IndexServiceException
- All Implemented Interfaces:
Serializable
An exception which indicates an error when creating a response.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndexServiceException(String message) Constructor without cause.IndexServiceException(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
-
IndexServiceException
Constructor without cause.- Parameters:
message-
-
IndexServiceException
Full fledged constructor.- Parameters:
message-cause-
-