public class javax.security.auth
DestroyFailedException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
Signals that a destroy operation failed.

This exception is thrown by credentials implementing the Destroyable interface when the destroy method fails.
version1.9, 11/17/05


Constructors
public DestroyFailedException()
Constructs a DestroyFailedException with no detail message. A detail message is a String that describes this particular exception.
public DestroyFailedException(String msg) Details
Constructs a DestroyFailedException with the specified detail message. A detail message is a String that describes this particular exception.

msgthe detail message.