Class UnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.digitalcollections.cudami.client.exceptions.HttpException
-
- de.digitalcollections.cudami.client.exceptions.client.HttpClientException
-
- de.digitalcollections.cudami.client.exceptions.client.UnauthorizedException
-
- All Implemented Interfaces:
Serializable
public class UnauthorizedException extends HttpClientException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedException(String methodKey, feign.Response response)
-
Method Summary
-
Methods inherited from class de.digitalcollections.cudami.client.exceptions.HttpException
getErrorMessage, getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnauthorizedException
public UnauthorizedException(String methodKey, feign.Response response)
-
-