Package org.ametys.runtime.exception
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 Summary
ConstructorDescriptionConstructs a new ServiceUnavailableException.ServiceUnavailableException
(String message) Constructs a new ServiceUnavailableException with the specified cause. -
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
public ServiceUnavailableException()Constructs a new ServiceUnavailableException. -
ServiceUnavailableException
Constructs a new ServiceUnavailableException with the specified cause.- Parameters:
message
- the cause of the exception.
-