iaik.cms
Class CMSCryptoException

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

public class CMSCryptoException
extends CMSException

CMS Crypto Exception.

A CMSCryptoException is thrown when a crypto operation fails for some reason.

See Also:
Serialized Form

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

CMSCryptoException

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


CMSCryptoException

public CMSCryptoException(java.lang.String msg)
Creates a CMSCryptoException 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