|
Bouncy Castle Cryptography Library 1.77.0
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
org.bouncycastle.jce.exception
Interface ExtException
- All Known Implementing Classes:
- ExtIOException, ExtCertPathBuilderException, ExtCertificateEncodingException, ExtCertPathValidatorException, AnnotatedException
- public interface ExtException
This is an extended exception. Java before version 1.4 did not offer the
possibility the attach a cause to an exception. The cause of an exception is
the Throwable object which was thrown and caused the
exception. This interface must be implemented by all exceptions to accomplish
this additional functionality.
Method Summary |
java.lang.Throwable |
getCause()
Returns the cause of the exception. |
getCause
public java.lang.Throwable getCause()
- Returns the cause of the exception.
- Returns:
- The cause of the exception.
|
Bouncy Castle Cryptography Library 1.77.0
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |