refresh
This exception is thrown by credentials implementing the Refreshable interface when the refresh method fails.
Refreshable
Constructs a RefreshFailedException with no detail message. A detail message is a String that describes this particular exception. super();
super();
Constructs a RefreshFailedException with the specified detail message. A detail message is a String that describes this particular exception. parammsg the detail message. super(msg);
super(msg);