Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
it.gov.pagopa.common.web.exception.ServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmdEncryptionException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceException(String code, String message) ServiceException(String code, String message, ServiceExceptionPayload payload) ServiceException(String code, String message, ServiceExceptionPayload payload, boolean printStackTrace, Throwable ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceException
-
ServiceException
-
ServiceException
public ServiceException(String code, String message, ServiceExceptionPayload payload, boolean printStackTrace, Throwable ex)
-