Class ServiceUnavailableException

  • All Implemented Interfaces:
    Serializable

    public class ServiceUnavailableException
    extends RuntimeException
    An unchecked exception that indicates that the service is not available.

    As this class is a runtime exception, there is no need for user code to catch it or subclasses if any error is to be considered fatal (the usual case).

    See Also:
    Serialized Form