DestroyFailedException | javax.security.auth |
Java 1.4 | serializable checked |
Signals
that
the destroy( ) method of a
Destroyable object did not succeed.

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