Class ClientExceptionWithBody
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
it.gov.pagopa.common.web.exception.ClientException
it.gov.pagopa.common.web.exception.ClientExceptionWithBody
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientExceptionWithBody(org.springframework.http.HttpStatus httpStatus, String code, String message) ClientExceptionWithBody(org.springframework.http.HttpStatus httpStatus, String code, String message, boolean printStackTrace, Throwable ex) ClientExceptionWithBody(org.springframework.http.HttpStatus httpStatus, String code, String message, 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
-
ClientExceptionWithBody
-
ClientExceptionWithBody
-
ClientExceptionWithBody
-