Class AccessTokenError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.digitalcollections.iiif.model.auth.errors.AccessTokenError
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidCredentials,InvalidOrigin,InvalidRequest,MissingCredentials,Unavailable
public abstract class AccessTokenError extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessTokenError()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetDescription()abstract StringgetType()voidsetDescription(String description)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-