public class PKCSException
extends java.lang.Exception
Constructor and Description |
---|
PKCSException()
Creates a
PKCSException with no message describing
the exception. |
PKCSException(java.lang.String msg)
Creates a
PKCSException with the given message
describing this particular exception. |
public PKCSException()
PKCSException
with no message describing
the exception.public PKCSException(java.lang.String msg)
PKCSException
with the given message
describing this particular exception.msg
- the message string describing this exception