Bouncy Castle Cryptography Library 1.46

org.bouncycastle.cms
Class CMSVerifierCertificateNotValidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.bouncycastle.cms.CMSException
              extended by org.bouncycastle.cms.CMSVerifierCertificateNotValidException
All Implemented Interfaces:
java.io.Serializable

public class CMSVerifierCertificateNotValidException
extends CMSException

See Also:
Serialized Form

Constructor Summary
CMSVerifierCertificateNotValidException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.cms.CMSException
getCause, getUnderlyingException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

CMSVerifierCertificateNotValidException

public CMSVerifierCertificateNotValidException(java.lang.String msg)

Bouncy Castle Cryptography Library 1.46