Signals that a refresh operation failed.
This exception is thrown by credentials implementing the Refreshable interface when the refresh method fails.
Signals that a refresh operation failed. This exception is thrown by credentials implementing the Refreshable interface when the refresh method fails.
(->refresh-failed-exception)
(->refresh-failed-exception msg)
Constructor.
Constructs a RefreshFailedException with the specified detail message. A detail message is a String that describes this particular exception.
msg - the detail message. - java.lang.String
Constructor. Constructs a RefreshFailedException with the specified detail message. A detail message is a String that describes this particular exception. msg - the detail message. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close