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

CMSAttributeTableGenerationException

public class CMSAttributeTableGenerationException extends CMSRuntimeException

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

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

        super(name);

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

        return e;
    
public java.lang.ExceptiongetUnderlyingException()

        return e;