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:
Serializable
public class CMSAttributeTableGenerationException extends CMSRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CMSAttributeTableGenerationException(String name)
CMSAttributeTableGenerationException(String name, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
Exception
getUnderlyingException()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getUnderlyingException
public Exception getUnderlyingException()
- Overrides:
getUnderlyingException
in classCMSRuntimeException
-
getCause
public Throwable getCause()
- Overrides:
getCause
in classCMSRuntimeException
-
-