public class javax.security.auth
RefreshFailedException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

Signals that a refresh operation failed.

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


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

msgthe detail message.