Name

DestroyFailedException

Synopsis

Signals that the destroy( ) method of a Destroyable object did not succeed.

javax.security.auth.DestroyFailedException

Figure 19-1. javax.security.auth.DestroyFailedException

public class DestroyFailedException extends Exception {
// Public Constructors
     public DestroyFailedException( );  
     public DestroyFailedException(String msg);  
}

Thrown By

java.security.KeyStore.PasswordProtection.destroy( ), Destroyable.destroy( ), javax.security.auth.kerberos.KerberosKey.destroy( ), javax.security.auth.kerberos.KerberosTicket.destroy( )

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.