Class SessionValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
wizardquest.telemetry.SessionValidationException
All Implemented Interfaces:
Serializable

public class SessionValidationException extends Exception
Exception representing an issue relating to an incorrect userID for telemetry. The userID does not match what is expected for the session.
See Also:
  • Constructor Details

    • SessionValidationException

      public SessionValidationException()
      Throw the exception without a message or cause
    • SessionValidationException

      public SessionValidationException(String message)
      Throws the exception with a message to be displayed to the developer.
      Parameters:
      message - the message to display.
    • SessionValidationException

      public SessionValidationException(String message, Throwable cause)
      Throws the exception with a message to be displayed to the developer and a cause for the exception being thrown.
      Parameters:
      message - the message to display.
      cause - the cause for the exception.