UnrecoverableEntryException | java.security |
Java 5.0 | serializable checked |
An
exception
of this type is thrown if a
KeyStore.Entry
cannot be recovered from a KeyStore.

public class UnrecoverableEntryException extends GeneralSecurityException {
// Public Constructors
public UnrecoverableEntryException( );
public UnrecoverableEntryException(String msg);
}
Thrown By
KeyStore.getEntry( ),
KeyStoreSpi.engineGetEntry( )
 |