FileDocCategorySizeDatePackage
CMSRuntimeException.javaAPI DocBouncy Castle Crypto API 1.41 (Java 1.5)476Wed Oct 01 10:55:30 BST 2008org.bouncycastle.cms

CMSRuntimeException

public class CMSRuntimeException extends RuntimeException

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

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

        super(name);

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

        return e;
    
public java.lang.ExceptiongetUnderlyingException()

        return e;