javax.security.auth
public class RefreshFailedException extends Exception
| Constructor Summary | |
|---|---|
| RefreshFailedException()
Create a new RefreshFailedException with no detail message. | |
| RefreshFailedException(String message)
Create a new RefreshFailedException with a detail message.
| |
Parameters: message The detail message.