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
Modifier and Type Method Description ThrowablegetCause()Returns the cause of thisThrowable, ornullif there is no cause.ExceptiongetUnderlyingException()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CMSAttributeTableGenerationException
-
CMSAttributeTableGenerationException
-
-
Method Details
-
getUnderlyingException
- Overrides:
getUnderlyingExceptionin classCMSRuntimeException
-
getCause
Description copied from class:ThrowableReturns the cause of thisThrowable, ornullif there is no cause.- Overrides:
getCausein classCMSRuntimeException
-