javax.security.auth
Class DestroyFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.security.auth.DestroyFailedException
All Implemented Interfaces:
Serializable

public class DestroyFailedException
extends Exception

An exception thrown when the Destroyable.destroy() method fails for a credential.

See Also:
Destroyable, Serialized Form

Constructor Summary
DestroyFailedException()
          Creates a new DestroyFailedException with no detail message.
DestroyFailedException(String message)
          Creates a new DestroyFailedException with a detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DestroyFailedException

public DestroyFailedException()
Creates a new DestroyFailedException with no detail message.


DestroyFailedException

public DestroyFailedException(String message)
Creates a new DestroyFailedException with a detail message.

Parameters:
message - The detail message.