Class ResponseFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.brapi.schematools.core.response.ResponseFailedException
- All Implemented Interfaces:
Serializable
Exception thrown when Response error is handled.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResponseFailedException(Response<?> failedResponse) Constructs a new exception with failed Response -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResponseFailedException
Constructs a new exception with failed Response- Parameters:
failedResponse- the failedResponse
-