Name

UnrecoverableEntryException

Synopsis

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

java.security.UnrecoverableEntryException

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( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.