Serializablepublic class JwtException extends RuntimeException
| Constructor | Description |
|---|---|
JwtException(String message) |
Exception with a message.
|
JwtException(String message,
Throwable cause) |
Exception with a message and a cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JwtException(String message)
message - message to propagateCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.