Class InvalidRequest
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.digitalcollections.iiif.model.auth.errors.AccessTokenError
-
- de.digitalcollections.iiif.model.auth.errors.InvalidRequest
-
- All Implemented Interfaces:
Serializable
public class InvalidRequest extends AccessTokenError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRequest(String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()-
Methods inherited from class de.digitalcollections.iiif.model.auth.errors.AccessTokenError
getDescription, setDescription
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InvalidRequest
public InvalidRequest(String description)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classAccessTokenError
-
-