Home Previous Up Next Index

InvalidSessionException

Overview

exception InvalidSessionException extends MurmurException

This is thrown when you specify an invalid session. This may happen if the player has disconnected since your last call to Server::getPlayers. See Player::session

Used By

Server::getState
Server::hasPermission
Server::kickPlayer
Server::sendMessage
Server::setState

Home Previous Up Next Index