Serialized Form
-
Package com.styra.opa
-
Exception com.styra.opa.OPAException
class OPAException extends Exception implements Serializable
-
-
Package com.styra.opa.openapi.models.errors
-
Exception com.styra.opa.openapi.models.errors.AuthException
class AuthException extends RuntimeException implements Serializable -
Exception com.styra.opa.openapi.models.errors.BatchServerError
class BatchServerError extends RuntimeException implements Serializable -
Exception com.styra.opa.openapi.models.errors.ClientError
class ClientError extends RuntimeException implements Serializable -
Exception com.styra.opa.openapi.models.errors.SDKError
class SDKError extends Exception implements Serializable-
Serialized Fields
-
body
byte[] body
-
code
int code
-
message
String message
-
rawResponse
HttpResponse<InputStream> rawResponse
-
-
-
Exception com.styra.opa.openapi.models.errors.ServerError
class ServerError extends RuntimeException implements Serializable -
Exception com.styra.opa.openapi.models.errors.UnhealthyServer
class UnhealthyServer extends RuntimeException implements Serializable
-
-
Package com.styra.opa.openapi.models.shared
-
Package com.styra.opa.openapi.utils
-
Class com.styra.opa.openapi.utils.BigDecimalString.Deserializer
class Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigDecimalString> implements Serializable -
Class com.styra.opa.openapi.utils.BigDecimalString.Serializer
class Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString> implements Serializable -
Class com.styra.opa.openapi.utils.BigIntegerString.Deserializer
class Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigIntegerString> implements Serializable -
Class com.styra.opa.openapi.utils.BigIntegerString.Serializer
class Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString> implements Serializable -
Exception com.styra.opa.openapi.utils.Hooks.FailEarlyException
class FailEarlyException extends RuntimeException implements Serializable -
Class com.styra.opa.openapi.utils.OneOfDeserializer
class OneOfDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> implements Serializable- serialVersionUID:
- -1L
-
Exception com.styra.opa.openapi.utils.Retries.NonRetryableException
class NonRetryableException extends Exception implements Serializable-
Serialized Fields
-
exception
Exception exception
-
-
-
Exception com.styra.opa.openapi.utils.Retries.RetryableException
class RetryableException extends Exception implements Serializable-
Serialized Fields
-
response
HttpResponse<InputStream> response
-
-
-
Class com.styra.opa.openapi.utils.TypedObject.Serializer
class Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject> implements Serializable- serialVersionUID:
- -1L
-