public class SignatureManagerException
extends java.lang.Exception
| Constructor and Description |
|---|
SignatureManagerException(java.lang.String reasonText)
Creates a new exception with the given text detail.
|
SignatureManagerException(java.lang.String reasonText,
java.lang.Exception cause)
Creates a new exception with reason text and cause exception.
|
public SignatureManagerException(java.lang.String reasonText,
java.lang.Exception cause)
reasonText - Text that clarifies the reason of the exception.cause - Cause of the exception.public SignatureManagerException(java.lang.String reasonText)
reasonText - Text that clarifies the reason of the exception.