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