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
public class ServiceUnavailableException extends Exception
Exception representing a 503 response.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceUnavailableException()
Constructs 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 Detail
-
ServiceUnavailableException
public ServiceUnavailableException()
Constructs a new ServiceUnavailableException.
-
ServiceUnavailableException
public ServiceUnavailableException(String message)
Constructs a new ServiceUnavailableException with the specified cause.- Parameters:
message
- the cause of the exception.
-
-