public class PropertyChangeException extends PKCS7Exception
m_exception| Constructor and Description |
|---|
PropertyChangeException()
Constructs a
PropertyChangeException with no
detail message. |
PropertyChangeException(java.lang.String s)
Constructs a
PropertyChangeException with the
specified detail message. |
PropertyChangeException(java.lang.String s,
java.lang.Exception inner)
Constructs a
PropertyChangeException with the
specified detail message that wraps an exception thrown inside
the PKCS#7 processing code. |
getCause, getInnerExceptionpublic PropertyChangeException()
PropertyChangeException with no
detail message.public PropertyChangeException(java.lang.String s)
PropertyChangeException with the
specified detail message.s - the detail messagepublic PropertyChangeException(java.lang.String s,
java.lang.Exception inner)
PropertyChangeException with the
specified detail message that wraps an exception thrown inside
the PKCS#7 processing code.s - the detail messageinner - the exception thrown by the inner code