All Packages Class Hierarchy This Package Previous Next Index
Class IS.hi.logir.cryptonite.DecryptException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----IS.hi.logir.cryptonite.CryptoException
|
+----IS.hi.logir.cryptonite.DecryptException
- public class DecryptException
- extends CryptoException
This exception is thrown when decryption fails.
- Author:
- Logi Ragnarsson (logir@hi.is)
-
DecryptException()
- Create a new DecryptException with no message.
-
DecryptException(String)
- Create a new DecryptException with the message msg.
DecryptException
public DecryptException()
- Create a new DecryptException with no message.
DecryptException
public DecryptException(String msg)
- Create a new DecryptException with the message msg.
All Packages Class Hierarchy This Package Previous Next Index