Team LiB
Previous Section Next Section

UnrecoverableEntryExceptionjava.security

Java 5.0serializable checked

An exception of this type is thrown if a KeyStore.Entry cannot be recovered from a KeyStore.

Figure 14-44. java.security.UnrecoverableEntryException


public class UnrecoverableEntryException extends GeneralSecurityException {
// Public Constructors
     public UnrecoverableEntryException( );  
     public UnrecoverableEntryException(String msg);  
}

Thrown By

KeyStore.getEntry( ), KeyStoreSpi.engineGetEntry( )

    Team LiB
    Previous Section Next Section