public class JOSEException extends java.lang.Exception
| Constructor and Description |
|---|
JOSEException(java.lang.String message)
Creates a new JOSE exception with the specified message.
|
JOSEException(java.lang.String message,
java.lang.Throwable cause)
Creates a new JOSE exception with the specified message and cause.
|
public JOSEException(java.lang.String message)
message - The exception message.public JOSEException(java.lang.String message, java.lang.Throwable cause)
message - The exception message.cause - The exception cause.Copyright © 2014 Connect2id Ltd.. All Rights Reserved.