Package org.bouncycastle.cms
Class CMSAttributeTableGenerationException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.bouncycastle.cms.CMSRuntimeException
 - 
- org.bouncycastle.cms.CMSAttributeTableGenerationException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class CMSAttributeTableGenerationException extends CMSRuntimeException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CMSAttributeTableGenerationException(java.lang.String name)CMSAttributeTableGenerationException(java.lang.String name, java.lang.Exception e) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()java.lang.ExceptiongetUnderlyingException() 
 - 
 
- 
- 
Method Detail
- 
getUnderlyingException
public java.lang.Exception getUnderlyingException()
- Overrides:
 getUnderlyingExceptionin classCMSRuntimeException
 
- 
getCause
public java.lang.Throwable getCause()
- Overrides:
 getCausein classCMSRuntimeException
 
 - 
 
 -