public class JwtRuntimeException extends RuntimeException
| Constructor and Description |
|---|
JwtRuntimeException(String message)
Constructs a new JwtRuntimeException with the provided exception message.
|
JwtRuntimeException(String message,
Throwable throwable)
Constructs a new JwtRuntimeException with the provided exception message and underlying throwable.
|
JwtRuntimeException(Throwable throwable)
Constructs a new JwtRuntimeException with the provided underlying throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JwtRuntimeException(String message)
message - The exception message.public JwtRuntimeException(String message, Throwable throwable)
message - The exception message.throwable - The underlying throwable.public JwtRuntimeException(Throwable throwable)
throwable - The underlying throwable.Copyright © 2025 Open Identity Platform Community. All rights reserved.