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