toggle menu
sdk-java
1.2.0
jvm
switch theme
search in API
sdk-common
/
dev.restate.sdk.client
/
IngressException
Ingress
Exception
open
class
IngressException
:
RuntimeException
Members
Constructors
Ingress
Exception
Link copied to clipboard
constructor
(
message
:
String
,
requestMethod
:
String
,
requestURI
:
String
,
cause
:
Throwable
)
constructor
(
message
:
String
,
requestMethod
:
String
,
requestURI
:
String
,
statusCode
:
Int
,
responseBody
:
Array
<
Byte
>
)
constructor
(
message
:
String
,
requestMethod
:
String
,
requestURI
:
String
,
statusCode
:
Int
,
responseBody
:
Array
<
Byte
>
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
request
Method
Link copied to clipboard
val
requestMethod
:
String
request
URI
Link copied to clipboard
val
requestURI
:
String
response
Body
Link copied to clipboard
val
responseBody
:
Array
<
Byte
>
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>
status
Code
Link copied to clipboard
val
statusCode
:
Int
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String