Top Description Fields Constructors
javax.security.auth

public Class DestroyFailedException

extends Exception
Class Inheritance

Signals that a destroy operation failed.

This exception is thrown by credentials implementing the Destroyable interface when the destroy method fails.

Since
1.4

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
DestroyFailedException()

Constructs a DestroyFailedException with no detail message.

public
DestroyFailedException(String
the detail message.
msg
)

Constructs a DestroyFailedException with the specified detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Annotations
@Serial

Constructor Detail

DestroyFailedExceptionback to summary
public DestroyFailedException()

Constructs a DestroyFailedException with no detail message. A detail message is a String that describes this particular exception.

DestroyFailedExceptionback to summary
public DestroyFailedException(String msg)

Constructs a DestroyFailedException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters
msg:String

the detail message.