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