Class ValidateKeysException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.officefloor.server.http.HttpException
net.officefloor.web.jwt.authority.ValidateKeysException
- All Implemented Interfaces:
Serializable
Indicates failure in obtaining the
JwtValidateKey instances.- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidateKeysException(Throwable cause) Instantiate.ValidateKeysException(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
-
ValidateKeysException
Instantiate.- Parameters:
status-HttpStatus.cause- Cause.
-
ValidateKeysException
Instantiate.- Parameters:
cause- Cause.
-