Package edu.ksu.lti.launch.exception
Class NoLtiSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.ksu.lti.launch.exception.NoLtiSessionException
-
- All Implemented Interfaces:
Serializable
public class NoLtiSessionException extends Exception
Thrown if a request comes in without a valid session. If the user doesn't have a session they will need to re-launch the LTI application.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoLtiSessionException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-