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