IAIK CMS/SMIME Toolkit API Documentation
Version 6.1

iaik.cms
Class CMSParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by iaik.cms.CMSException
              extended by iaik.cms.CMSParsingException
All Implemented Interfaces:
java.io.Serializable

public class CMSParsingException
extends CMSException

CMS Parsing Exception.

A CMSParsingException is thrown whenever an invalid DER-encoded CMS object is parsed or unsupported DER features are found in the CMS object.

See Also:
Serialized Form

Constructor Summary
CMSParsingException()
          Creates a CMSParsingException with no message describing the exception.
CMSParsingException(java.lang.String msg)
          Creates a CMSParsingException 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

CMSParsingException

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


CMSParsingException

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

Parameters:
msg - the message string describing this exception

IAIK CMS/SMIME Toolkit API Documentation
Version 6.1

v6.1
(c) 2002 IAIK, (c) 2003 - 2025 SIC