Class ServiceNotAvailableServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.restexpress.exception.ServiceException
org.eblocker.server.http.exceptions.restexpress.ServiceNotAvailableServiceException
- All Implemented Interfaces:
Serializable
public class ServiceNotAvailableServiceException
extends org.restexpress.exception.ServiceException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.restexpress.exception.ServiceException
augmentResponse, getHeader, getHttpStatus, getId, hasHeaders, isAssignableFrom, setHeader, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ServiceNotAvailableServiceException
public ServiceNotAvailableServiceException() -
ServiceNotAvailableServiceException
- Parameters:
message-
-
ServiceNotAvailableServiceException
- Parameters:
cause-
-
ServiceNotAvailableServiceException
- Parameters:
message-cause-
-