Class ServiceUnavailableException

All Implemented Interfaces:
Serializable, CleanableFailure

public class ServiceUnavailableException extends RESTException implements CleanableFailure
Exception thrown on HTTP 503: service is unavailable
See Also:
  • Constructor Details

    • ServiceUnavailableException

      @FormatMethod public ServiceUnavailableException(String message, Object... args)
    • ServiceUnavailableException

      @FormatMethod public ServiceUnavailableException(Throwable cause, String message, Object... args)