FileDocCategorySizeDatePackage
CMSException.javaAPI DocBouncy Castle Crypto API 1.41 (Java 1.5)448Wed Oct 01 10:55:28 BST 2008org.bouncycastle.cms

CMSException

public class CMSException extends Exception

Fields Summary
Exception
e
Constructors Summary
public CMSException(String name)

        super(name);
    
public CMSException(String name, Exception e)

        super(name);

        this.e = e;
    
Methods Summary
public java.lang.ThrowablegetCause()

        return e;
    
public java.lang.ExceptiongetUnderlyingException()

        return e;