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