Package edu.ksu.lti.launch.exception
Class InvalidInstanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.ksu.lti.launch.exception.InvalidInstanceException
-
- All Implemented Interfaces:
Serializable
public class InvalidInstanceException extends RuntimeException
Thrown to indicate that this LTI application is running in an unexpected instance of Canvas. This happens most often after a Canvas test/beta overwrite from production. The production settings are copied to the development instance and then you have a user in Canvas test trying to hit the production LTI application.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidInstanceException(String launchUrl, String courseId)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-