All Packages Class Hierarchy This Package Previous Next Index
Class au.net.aba.security.KeyStoreException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----au.net.aba.security.GeneralSecurityException
|
+----au.net.aba.security.KeyStoreException
- public class KeyStoreException
- extends GeneralSecurityException
-
KeyStoreException()
- Constructs a KeyStoreException with no detail message.
-
KeyStoreException(String)
- Constructs a KeyStoreException with the specified detail message.
KeyStoreException
public KeyStoreException()
- Constructs a KeyStoreException with no detail message. (A detail
message is a String that describes this particular exception.)
KeyStoreException
public KeyStoreException(String msg)
- Constructs a KeyStoreException with the specified detail message.
(A detail message is a String that describes this particular
exception.)
- Parameters:
- msg - the detail message.
All Packages Class Hierarchy This Package Previous Next Index