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, toString
public JOSEException(String message)
message
- The exception message.public JOSEException(String message, Throwable cause)
message
- The exception message.cause
- The exception cause.Copyright © 2020 Connect2id Ltd.. All rights reserved.