sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
client
/
dev.restate.client
/
IngressException
/
IngressException
Ingress
Exception
constructor
(
message
:
String
,
requestMethod
:
String
,
requestURI
:
String
,
statusCode
:
Int
,
responseBody
:
@
Nullable
Array
<
Byte
>
,
cause
:
Throwable
)