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.Throwable
getCause()
java.lang.Exception
getUnderlyingException()
-
-
-
Method Detail
-
getUnderlyingException
public java.lang.Exception getUnderlyingException()
- Overrides:
getUnderlyingException
in classCMSRuntimeException
-
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in classCMSRuntimeException
-
-