Class SessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.adk.sessions.SessionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SessionNotFoundException
Represents a general error that occurred during session management operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionException
(String message) SessionException
(String message, Throwable cause) SessionException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionException
-
SessionException
-
SessionException
-