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:
java.io.Serializable
public class IngressException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngressException(java.lang.String message, int statusCode, byte[] responseBody)IngressException(java.lang.String message, int statusCode, byte[] responseBody, java.lang.Throwable cause)IngressException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte @Nullable []getResponseBody()intgetStatusCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
IngressException
public IngressException(java.lang.String message, java.lang.Throwable cause)
-
IngressException
public IngressException(java.lang.String message, int statusCode, byte[] responseBody)
-
IngressException
public IngressException(java.lang.String message, int statusCode, byte[] responseBody, java.lang.Throwable cause)
-
-