FileDocCategorySizeDatePackage
DestroyFailedException.javaAPI DocAndroid 1.5 API1499Wed May 06 22:41:02 BST 2009javax.security.auth

DestroyFailedException

public class DestroyFailedException extends Exception
Signals that the {@link Destroyable#destroy()} method failed.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public DestroyFailedException()
Creates an exception of type {@code DestroyFailedException}.


                
      
        super();
    
public DestroyFailedException(String message)
Creates an exception of type {@code DestroyFailedException}.

param
message A detail message that describes the reason for this exception.

        super(message);
    
Methods Summary