Class SessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amilesend.tmdb.client.connection.auth.SessionException
- All Implemented Interfaces:
Serializable
Defines the exception thrown from
RequestTokenGrantReceiver.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionException(String msg) Creates a newSessionException.SessionException(String msg, Throwable cause) Creates a newSessionException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionException
Creates a newSessionException.- Parameters:
msg- the exception message
-
SessionException
-