javax.security.auth

Class DestroyFailedException

public class DestroyFailedException extends Exception

An exception thrown when the {@link Destroyable#destroy()} method fails for a credential.

See Also: Destroyable

Constructor Summary
DestroyFailedException()
Creates a new DestroyFailedException with no detail message.
DestroyFailedException(String message)
Creates a new DestroyFailedException with a detail message.

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.