iaik.cms
Class CMSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by iaik.cms.CMSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CMSCryptoException, CMSParsingException, SMimeException

public class CMSException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
CMSException()
          Creates a CMSException with no message describing the exception.
CMSException(java.lang.String msg)
          Creates a CMSException with the given message describing this particular exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMSException

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


CMSException

public CMSException(java.lang.String msg)
Creates a CMSException with the given message describing this particular exception.

Parameters:
msg - the message string describing this exception

This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note).

IAIK-CMS 6.0, (c) 2002 IAIK, (c) 2003, 2023 SIC