public class JOSEException extends Exception
| Constructor and Description |
|---|
JOSEException(String message)
Creates a new JOSE exception with the specified message.
|
JOSEException(String message,
Throwable cause)
Creates a new JOSE exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JOSEException(String message)
message - The exception message.public JOSEException(String message, Throwable cause)
message - The exception message.cause - The exception cause.Copyright © 2019 Connect2id Ltd.. All rights reserved.