Class RefreshTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.officefloor.server.http.HttpException
net.officefloor.web.jwt.authority.RefreshTokenException
- All Implemented Interfaces:
Serializable
Indicates failure in creating an Refresh token.
- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRefreshTokenException(Throwable cause) Instantiate.RefreshTokenException(HttpStatus status, Throwable cause) Instantiate. -
Method Summary
Methods inherited from class net.officefloor.server.http.HttpException
getEntity, getHttpHeaders, getHttpStatus, getMessage, writeHttpResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RefreshTokenException
Instantiate.- Parameters:
status-HttpStatus.cause- Cause.
-
RefreshTokenException
Instantiate.- Parameters:
cause- Cause.
-