Class AccessTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.officefloor.server.http.HttpException
-
- net.officefloor.web.jwt.authority.AccessTokenException
-
- All Implemented Interfaces:
java.io.Serializable
public class AccessTokenException extends HttpException
Indicates failure in creating an Access token.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessTokenException(java.lang.Throwable cause)
Instantiate.AccessTokenException(HttpStatus status, java.lang.Throwable cause)
Instantiate.
-
Method Summary
-
Methods inherited from class net.officefloor.server.http.HttpException
getEntity, getHttpHeaders, getHttpStatus, getMessage, writeHttpResponse
-
-
-
-
Constructor Detail
-
AccessTokenException
public AccessTokenException(HttpStatus status, java.lang.Throwable cause)
Instantiate.- Parameters:
status
-HttpStatus
.cause
- Cause.
-
AccessTokenException
public AccessTokenException(java.lang.Throwable cause)
Instantiate.- Parameters:
cause
- Cause.
-
-