Package edu.ksu.lti.launch.exception
Class RefreshFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.ksu.lti.launch.exception.RefreshFailedException
-
- All Implemented Interfaces:
Serializable
public class RefreshFailedException extends RuntimeException
An exception to be thrown when we fail to refresh an OAuth token for an unexpected reason- Author:
- alexanda, ssnelson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RefreshFailedException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-