Name

KeyStoreException

Synopsis

Signals a problem with a KeyStore.

java.security.KeyStoreException

Figure 14-23. java.security.KeyStoreException

public class KeyStoreException extends GeneralSecurityException {
// Public Constructors
     public KeyStoreException( );  
5.0  public KeyStoreException(Throwable cause);  
     public KeyStoreException(String msg);  
5.0  public KeyStoreException(String message, Throwable cause);  
}

Thrown By

Too many methods to list.

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.