Package org.bouncycastle.cms
Class CMSRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bouncycastle.cms.CMSRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CMSAttributeTableGenerationException
public class CMSRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CMSRuntimeException(String name)CMSRuntimeException(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