public class JwtException extends RuntimeException
| Constructor and Description |
|---|
JwtException(String message)
Exception with a message.
|
JwtException(String message,
Throwable cause)
Exception with a message and a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JwtException(String message)
message - message to propagateCopyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.