Package com.nimbusds.jose
Class KeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.jose.JOSEException
com.nimbusds.jose.KeyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JWKException
,KeyLengthException
,KeyTypeException
Key exception.
- Version:
- 2015-06-29
- Author:
- Vladimir Dzhuvinov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeyException
(String message) Creates a new key exception with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KeyException
Creates a new key exception with the specified message.- Parameters:
message
- The exception message.
-