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