Name

KeyManagementException

Synopsis

Signals an exception in a key management operation. In Java 1.2, this exception is only thrown by deprecated methods.

java.security.KeyManagementException

Figure 14-19. java.security.KeyManagementException

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

Thrown By

Identity.{addCertificate( ), Identity( ), removeCertificate( ), setPublicKey( )}, IdentityScope.{addIdentity( ), IdentityScope( ), removeIdentity( )}, Signer.Signer( ), javax.net.ssl.SSLContext.init( ), javax.net.ssl.SSLContextSpi.engineInit( )

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.