Package dev.restate.sdk.client
Class IngressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.restate.sdk.client.IngressException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionIngressException
(String message, String requestMethod, String requestURI, int statusCode, byte[] responseBody) IngressException
(String message, String requestMethod, String requestURI, int statusCode, byte[] responseBody, Throwable cause) IngressException
(String message, String requestMethod, String requestURI, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionbyte @Nullable []
int
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IngressException
-
IngressException
-
IngressException
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
getResponseBody
public byte @Nullable [] getResponseBody() -
getRequestMethod
-
getRequestURI
-
getMessage
- Overrides:
getMessage
in classThrowable
-