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:
java.io.Serializable
- Direct Known Subclasses:
JWKException,KeyLengthException,KeyTypeException
public class KeyException extends JOSEException
Key exception.- Version:
- 2015-06-29
- Author:
- Vladimir Dzhuvinov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyException(java.lang.String message)Creates a new key exception with the specified message.
-