Serialized Form
-
Package com.ants.platform.client.core
-
Exception com.ants.platform.client.core.AntsPlatformClientApiException
class AntsPlatformClientApiException extends AntsPlatformClientException implements Serializable-
Serialized Fields
-
body
Object body
The body of the response that triggered the exception. -
statusCode
int statusCode
The error code of the response that triggered the exception.
-
-
-
Exception com.ants.platform.client.core.AntsPlatformClientException
class AntsPlatformClientException extends RuntimeException implements Serializable
-
-
Package com.ants.platform.client.resources.commons.errors
-
Exception com.ants.platform.client.resources.commons.errors.AccessDeniedError
class AccessDeniedError extends AntsPlatformClientApiException implements Serializable-
Serialized Fields
-
body
Object body
The body of the response that triggered the exception.
-
-
-
Exception com.ants.platform.client.resources.commons.errors.Error
class Error extends AntsPlatformClientApiException implements Serializable-
Serialized Fields
-
body
Object body
The body of the response that triggered the exception.
-
-
-
Exception com.ants.platform.client.resources.commons.errors.MethodNotAllowedError
class MethodNotAllowedError extends AntsPlatformClientApiException implements Serializable-
Serialized Fields
-
body
Object body
The body of the response that triggered the exception.
-
-
-
Exception com.ants.platform.client.resources.commons.errors.NotFoundError
class NotFoundError extends AntsPlatformClientApiException implements Serializable-
Serialized Fields
-
body
Object body
The body of the response that triggered the exception.
-
-
-
Exception com.ants.platform.client.resources.commons.errors.UnauthorizedError
class UnauthorizedError extends AntsPlatformClientApiException implements Serializable-
Serialized Fields
-
body
Object body
The body of the response that triggered the exception.
-
-
-
-
Package com.ants.platform.client.resources.health.errors