Class ServiceUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.serviceregistry.impl.ServiceUnavailableException
All Implemented Interfaces:
Serializable

public class ServiceUnavailableException extends Exception
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 Details

    • ServiceUnavailableException

      public ServiceUnavailableException(String message)
      Creates an exception with an error message.
      Parameters:
      message - the error message