org.bouncycastle.jce.exception
public interface ExtException
Throwable
object which was thrown and caused the
exception. This interface must be implemented by all exceptions to accomplish
this additional functionality.
Method Summary | |
---|---|
Throwable | getCause()
Returns the cause of the exception.
|
Returns: The cause of the exception.