All Packages Class Hierarchy This Package Previous Next Index
Class is.logi.crypto.keys.KeyException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----is.logi.crypto.CryptoException
|
+----is.logi.crypto.keys.KeyException
- public class KeyException
- extends CryptoException
This exception is thrown when there is a problem with a key object. This
hapens if a key can't be found, a key is too short for a particular
purpose, etc.
- Author:
- Logi Ragnarsson (logir@hi.is)
-
KeyException()
- Create a new KeyException with no message.
-
KeyException(String)
- Create a new KeyException with the message msg.
KeyException
public KeyException()
- Create a new KeyException with no message.
KeyException
public KeyException(String msg)
- Create a new KeyException with the message msg.
All Packages Class Hierarchy This Package Previous Next Index