Package edu.ksu.lti.launch.exception
Class OauthTokenRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.ksu.lti.launch.exception.OauthTokenRequiredException
-
- All Implemented Interfaces:
Serializable
public class OauthTokenRequiredException extends RuntimeException
To be thrown if we do not have an OAuth token for the current user. Typically the user will be redirected to the OAuth flow to grant the application access to their account.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OauthTokenRequiredException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-