public class JweEncryptionException extends JweException
Constructor and Description |
---|
JweEncryptionException(String message)
Constructs a new JweEncryptionException with the provided exception message.
|
JweEncryptionException(String message,
Throwable throwable)
Constructs a new JweEncryptionException with the provided exception message and underlying throwable.
|
JweEncryptionException(Throwable throwable)
Constructs a new JweEncryptionException with the provided underlying throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JweEncryptionException(String message)
message
- The exception message.public JweEncryptionException(String message, Throwable throwable)
message
- The exception message.throwable
- The underlying throwable.public JweEncryptionException(Throwable throwable)
throwable
- The underlying throwable.Copyright 2010-2022 ForgeRock AS.