All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.security.UnrecoverableKeyException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.security.GeneralSecurityException
                            |
                            +----java.security.UnrecoverableKeyException

public class UnrecoverableKeyException
extends GeneralSecurityException
This exception is thrown if a key in the key store cannot be recovered.

Since:
1.2

Constructor Index

 o UnrecoverableKeyException()
Constructs an UnrecoverableKeyException with no detail message.
 o UnrecoverableKeyException(String)
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown.

Constructors

 o UnrecoverableKeyException
public UnrecoverableKeyException()
Constructs an UnrecoverableKeyException with no detail message.

 o UnrecoverableKeyException
public UnrecoverableKeyException(String msg)
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown.

Parameters:
msg - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature