public class KeyException extends SecurityException
| Constructor and Description |
|---|
KeyException(String message)
Creates a new instance with the specified explanation message.
|
KeyException(String msg,
Throwable cause)
Creates a new instance with the specified explanation message and underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeyException(String message)
message - the message explaining why the exception is thrown.Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.