Package ubic.gemma.web.controller.util
Class ServiceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ubic.gemma.web.controller.util.ServiceUnavailableException
- All Implemented Interfaces:
Serializable
Exception raised when a service is unavailable.
This is translated to a 503 error by the exception resolver.
- Author:
- poirigui
- See Also:
-
Constructor Summary
Constructors -
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
-