Class ServiceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.serviceregistry.impl.ServiceUnavailableException
- All Implemented Interfaces:
Serializable
Exception to indicate general service unavailability.
This exception is usually thrown if a service is not ready to momentarily accept no work at all.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceUnavailableException(String message) Creates an exception with an error 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
-
ServiceUnavailableException
Creates an exception with an error message.- Parameters:
message- the error message
-