Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 559
نمايش فراداده

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