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
public class AnnotatedException extends Exception implements ExtException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnnotatedException(String string)AnnotatedException(String string, Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()Returns the cause of thisThrowable, ornullif there is no cause.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-