Serialized Form
-
Package io.github.devlibx.easy.http.exception
-
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.Easy4xxException
class Easy4xxException extends EasyHttpExceptions.EasyHttpRequestException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.Easy5xxException
class Easy5xxException extends EasyHttpExceptions.EasyHttpRequestException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyBadGatewayException
class EasyBadGatewayException extends EasyHttpExceptions.Easy5xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyBadRequestException
class EasyBadRequestException extends EasyHttpExceptions.Easy4xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyConflictRequestException
class EasyConflictRequestException extends EasyHttpExceptions.Easy4xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyGatewayTimeoutException
class EasyGatewayTimeoutException extends EasyHttpExceptions.Easy5xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyGoneException
class EasyGoneException extends EasyHttpExceptions.Easy4xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyHttpRequestException
class EasyHttpRequestException extends RuntimeException implements Serializable-
Serialized Fields
-
body
byte[] body
-
response
ResponseObject response
-
statusCode
int statusCode
-
-
-
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyInternalServerErrorException
class EasyInternalServerErrorException extends EasyHttpExceptions.Easy5xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyMethodNotAllowedException
class EasyMethodNotAllowedException extends EasyHttpExceptions.Easy4xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyNotAcceptableException
class EasyNotAcceptableException extends EasyHttpExceptions.Easy4xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyNotFoundException
class EasyNotFoundException extends EasyHttpExceptions.Easy4xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyNotImplementedException
class EasyNotImplementedException extends EasyHttpExceptions.Easy5xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyRequestTimeOutException
class EasyRequestTimeOutException extends EasyHttpExceptions.Easy4xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyResilienceCircuitOpenException
class EasyResilienceCircuitOpenException extends EasyHttpExceptions.EasyResilienceException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyResilienceException
class EasyResilienceException extends EasyHttpExceptions.EasyHttpRequestException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyResilienceOverflowException
class EasyResilienceOverflowException extends EasyHttpExceptions.EasyResilienceException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyResilienceRequestTimeoutException
class EasyResilienceRequestTimeoutException extends EasyHttpExceptions.EasyResilienceException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyTooManyRequestsException
class EasyTooManyRequestsException extends EasyHttpExceptions.Easy4xxException implements Serializable -
Exception io.github.devlibx.easy.http.exception.EasyHttpExceptions.EasyUnauthorizedRequestException
class EasyUnauthorizedRequestException extends EasyHttpExceptions.Easy4xxException implements Serializable
-