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

Constructor Index

 o UnrecoverableKeyException()
Constructs a UnrecoverableKeyException with no detail message.
 o UnrecoverableKeyException(String)
Constructs a UnrecoverableKeyException with the specified detail message.

Constructors

 o UnrecoverableKeyException
 public UnrecoverableKeyException()
Constructs a UnrecoverableKeyException with no detail message. (A detail message is a String that describes this particular exception.)

 o 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