javax.security.auth

Class RefreshFailedException

public class RefreshFailedException extends Exception

A signal that a call to {@link Refreshable#refresh()} failed.
Constructor Summary
RefreshFailedException()
Create a new RefreshFailedException with no detail message.
RefreshFailedException(String message)
Create a new RefreshFailedException with a detail message.

Constructor Detail

RefreshFailedException

public RefreshFailedException()
Create a new RefreshFailedException with no detail message.

RefreshFailedException

public RefreshFailedException(String message)
Create a new RefreshFailedException with a detail message.

Parameters: message The detail message.