iaik.pkcs
Class PKCSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--iaik.pkcs.PKCSException
Direct Known Subclasses:
PKCSParsingException, UnsupportedMessageTypeException

public class PKCSException
extends java.lang.Exception

This is the general PKCS exception class, which serves to group all the exception classes of the iaik.pkcs package that extend from it.

See Also:
Serialized Form

Constructor Summary
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.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PKCSException

public PKCSException()
Creates a PKCSException with no message describing the exception.

PKCSException

public PKCSException(java.lang.String msg)
Creates a PKCSException with the given message describing this particular exception.
Parameters:
msg - the message string describing this exception