javax.security.auth
Class RefreshFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.