Package sn.sonatel.api.model.exception
Class ClientResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.web.reactive.function.client.WebClientException
-
- sn.sonatel.api.model.exception.ClientResponseException
-
- All Implemented Interfaces:
Serializable
public class ClientResponseException extends org.springframework.web.reactive.function.client.WebClientException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientResponseException(org.springframework.http.HttpStatus status, ErrorDetails errorDetails)
-
Method Summary
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClientResponseException
public ClientResponseException(org.springframework.http.HttpStatus status, ErrorDetails errorDetails)
-
-