public class

CMSAttributeTableGenerationException

extends CMSRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.bouncycastle.cms.CMSRuntimeException
           ↳ org.bouncycastle.cms.CMSAttributeTableGenerationException

Summary

Public Constructors
CMSAttributeTableGenerationException(String name)
CMSAttributeTableGenerationException(String name, Exception e)
Public Methods
Throwable getCause()
Exception getUnderlyingException()
[Expand]
Inherited Methods
From class org.bouncycastle.cms.CMSRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CMSAttributeTableGenerationException (String name)

public CMSAttributeTableGenerationException (String name, Exception e)

Public Methods

public Throwable getCause ()

public Exception getUnderlyingException ()