Package io.vrap.rmf.base.client.error
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vrap.rmf.base.client.error.BaseException
io.vrap.rmf.base.client.ApiHttpException
io.vrap.rmf.base.client.error.ApiClientException
io.vrap.rmf.base.client.error.UnauthorizedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionUnauthorizedException
(int statusCode, String body, ApiHttpHeaders headers, String message, ApiHttpResponse<byte[]> response) UnauthorizedException
(int statusCode, String body, ApiHttpHeaders headers, String message, ApiHttpResponse<byte[]> response, ApiHttpRequest request) UnauthorizedException
(int statusCode, String body, ApiHttpHeaders headers, String message, ApiHttpResponse<byte[]> response, ApiHttpRequest request, ResponseSerializer serializer) UnauthorizedException
(int statusCode, String body, ApiHttpHeaders headers, String message, ApiHttpResponse<byte[]> response, ResponseSerializer serializer) -
Method Summary
Methods inherited from class io.vrap.rmf.base.client.ApiHttpException
getBody, getBodyAs, getHeaders, getMessage, getRequest, getResponse, getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedException
public UnauthorizedException(int statusCode, String body, ApiHttpHeaders headers, String message, ApiHttpResponse<byte[]> response) -
UnauthorizedException
public UnauthorizedException(int statusCode, String body, ApiHttpHeaders headers, String message, ApiHttpResponse<byte[]> response, ApiHttpRequest request) -
UnauthorizedException
public UnauthorizedException(int statusCode, String body, ApiHttpHeaders headers, String message, ApiHttpResponse<byte[]> response, ResponseSerializer serializer) -
UnauthorizedException
public UnauthorizedException(int statusCode, String body, ApiHttpHeaders headers, String message, ApiHttpResponse<byte[]> response, ApiHttpRequest request, ResponseSerializer serializer)
-