public class JwsVerifyingException extends JwsException
Constructor and Description |
---|
JwsVerifyingException(String message)
Constructs a new JwsVerifyingException with the provided exception message.
|
JwsVerifyingException(String message,
Throwable throwable)
Constructs a new JwsVerifyingException with the provided exception message and underlying throwable.
|
JwsVerifyingException(Throwable throwable)
Constructs a new JwsVerifyingException with the provided underlying throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JwsVerifyingException(String message)
message
- The exception message.public JwsVerifyingException(String message, Throwable throwable)
message
- The exception message.throwable
- The underlying throwable.public JwsVerifyingException(Throwable throwable)
throwable
- The underlying throwable.Copyright © 2010-2018, ForgeRock All Rights Reserved.