Package io.dialob.service.common.api
Class ServiceDownServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.dialob.service.common.api.ServiceException
-
- io.dialob.service.common.api.ServiceDownServiceException
-
- All Implemented Interfaces:
Serializable
public class ServiceDownServiceException extends ServiceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceDownServiceException()ServiceDownServiceException(String message)ServiceDownServiceException(String message, Throwable cause)ServiceDownServiceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ServiceDownServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-