Class ServiceRegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.serviceregistry.api.ServiceRegistryException
- All Implemented Interfaces:
Serializable
Exception that is thrown during service lookups.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceRegistryException(String message) Creates a new service registry exception.ServiceRegistryException(String message, Throwable t) Creates a new service registry exception.Creates a new service registry 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
-
ServiceRegistryException
Creates a new service registry exception.- Parameters:
message- the error messaget- the exception causing the error
-
ServiceRegistryException
Creates a new service registry exception.- Parameters:
message- the error message
-
ServiceRegistryException
Creates a new service registry exception.- Parameters:
t- the exception causing the error
-