Class 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
    • Field Detail

      • launchUrl

        public final String launchUrl
      • courseId

        public final String courseId
    • Constructor Detail

      • InvalidInstanceException

        public InvalidInstanceException​(String launchUrl,
                                        String courseId)