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