Class SessionClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
be.theking90000.mumble.controller.core.ControllerException
be.theking90000.mumble.controller.core.SessionClosedException
- All Implemented Interfaces:
Serializable
An operation cannot continue because the session is stopping or closed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionClosedException(String message) Creates a failure for an operation attempted on closed desired state. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionClosedException
Creates a failure for an operation attempted on closed desired state.- Parameters:
message- description of the closed session or participant handle
-