Class IncidentServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.serviceregistry.api.IncidentServiceException
- All Implemented Interfaces:
Serializable
Exception that is thrown during incident service lookups.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new incident service exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncidentServiceException
Creates a new incident service exception.- Parameters:
t- the exception causing the error
-