Top Description Fields Constructors
javax.security.auth

public Class RefreshFailedException

extends Exception
Class Inheritance

Signals that a refresh operation failed.

This exception is thrown by credentials implementing the Refreshable interface when the refresh method fails.

Since
1.4

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
RefreshFailedException()

Constructs a RefreshFailedException with no detail message.

public
RefreshFailedException(String
the detail message.
msg
)

Constructs a RefreshFailedException with the specified detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Annotations
@Serial

Constructor Detail

RefreshFailedExceptionback to summary
public RefreshFailedException()

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

RefreshFailedExceptionback to summary
public RefreshFailedException(String msg)

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

Parameters
msg:String

the detail message.