Package io.anyline.nfc.bouncycastle.cms
Class CMSAttributeTableGenerationException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class CMSAttributeTableGenerationException extends CMSRuntimeException
-
-
Constructor Summary
Constructors Constructor Description CMSAttributeTableGenerationException(String name)CMSAttributeTableGenerationException(String name, Exception e)
-
Method Summary
Modifier and Type Method Description ExceptiongetUnderlyingException()ThrowablegetCause()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUnderlyingException
Exception getUnderlyingException()
-
-
-
-