Class ServiceUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.runtime.exception.ServiceUnavailableException
All Implemented Interfaces:
Serializable

Exception representing a 503 response.
See Also:
  • Constructor Details

    • ServiceUnavailableException

      Constructs a new ServiceUnavailableException.
    • ServiceUnavailableException

      Constructs a new ServiceUnavailableException with the specified cause.
      Parameters:
      message - the cause of the exception.