Package org.bouncycastle.jce.provider
Class AnnotatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.jce.provider.AnnotatedException
- All Implemented Interfaces:
Serializable,ExtException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedException(String string) AnnotatedException(String string, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnnotatedException
-
AnnotatedException
-
-
Method Details
-
getCause
Description copied from interface:ExtExceptionReturns the cause of the exception.- Specified by:
getCausein interfaceExtException- Overrides:
getCausein classThrowable- Returns:
- The cause of the exception.
-