Serialized Form
-
Package io.mailtrap.exception
-
Exception io.mailtrap.exception.BaseMailtrapException
class BaseMailtrapException extends RuntimeException implements Serializable -
Exception io.mailtrap.exception.InvalidRequestBodyException
class InvalidRequestBodyException extends BaseMailtrapException implements Serializable -
Exception io.mailtrap.exception.JsonException
class JsonException extends BaseMailtrapException implements Serializable
-
-
Package io.mailtrap.exception.http
-
Exception io.mailtrap.exception.http.HttpClientException
class HttpClientException extends HttpException implements Serializable -
Exception io.mailtrap.exception.http.HttpException
class HttpException extends BaseMailtrapException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
The status code of the HTTP response.
-
-
-
Exception io.mailtrap.exception.http.HttpServerException
class HttpServerException extends HttpException implements Serializable
-