|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.bouncycastle.crypto.CryptoException
the foundation class for the hard exceptions thrown by the crypto packages.
| Constructor Summary | |
CryptoException()
base constructor. |
|
CryptoException(java.lang.String message)
create a CryptoException with the given message. |
|
CryptoException(java.lang.String message,
java.lang.Throwable cause)
Create a CryptoException with the given message and underlying cause. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CryptoException()
public CryptoException(java.lang.String message)
message - the message to be carried with the exception.
public CryptoException(java.lang.String message,
java.lang.Throwable cause)
message - message describing exception.cause - the throwable that was the underlying cause.| Method Detail |
public java.lang.Throwable getCause()
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||