public class JWSException extends Exception
Constructor and Description |
---|
JWSException(String message)
Constructs a new JWSException with the specified message.
|
JWSException(String message,
Throwable cause)
Constructs a new JWSException with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JWSException(String message)
message
- Error messageCopyright © 2018 WSO2. All rights reserved.