javax.security.auth
Class RefreshFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.security.auth.RefreshFailedException
All Implemented Interfaces:
Serializable

public class RefreshFailedException
extends Exception

A signal that a call to Refreshable.refresh() failed.

See Also:
Serialized Form

Constructor Summary
RefreshFailedException()
          Create a new RefreshFailedException with no detail message.
RefreshFailedException(String message)
          Create a new RefreshFailedException with a detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.