Package com.nimbusds.jose
Class RemoteKeySourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.jose.JOSEException
com.nimbusds.jose.KeySourceException
com.nimbusds.jose.RemoteKeySourceException
- All Implemented Interfaces:
Serializable
Remote key source exception.
- Version:
- 2016-06-21
- Author:
- Vladimir Dzhuvinov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteKeySourceException
(String message, Throwable cause) Creates a new remote key source exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteKeySourceException
Creates a new remote key source exception.- Parameters:
message
- The message.cause
- The cause.
-