Home Previous Up Next Index

Murmur::InvalidSessionException

Overview

exception InvalidSessionException extends MurmurException

This is thrown when you specify an invalid session. This may happen if the user has disconnected since your last call to {@link Server.getUsers}. See {@link User.session}

Used By

Server::addUserToGroup
Server::effectivePermissions
Server::getCertificateList
Server::getState
Server::hasPermission
Server::kickUser
Server::redirectWhisperGroup
Server::removeUserFromGroup
Server::sendMessage
Server::setState

Home Previous Up Next Index