Class SessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amilesend.tmdb.client.connection.auth.SessionException
All Implemented Interfaces:
Serializable

public class SessionException extends Exception
Defines the exception thrown from RequestTokenGrantReceiver.
See Also:
  • Constructor Details

    • SessionException

      public SessionException(String msg)
      Creates a new SessionException.
      Parameters:
      msg - the exception message
    • SessionException

      public SessionException(String msg, Throwable cause)
      Creates a new SessionException.
      Parameters:
      msg - the exception message
      cause - the cause of the exception