ymsg.network
Class NoSuchConferenceException

Object
  extended byThrowable
      extended byException
          extended byRuntimeException
              extended byNoSuchConferenceException
All Implemented Interfaces:
Serializable

public class NoSuchConferenceException
extends RuntimeException

Thrown when the API is asked to do something with a conference which does not exist. The room name is the identifier used to track conference messages. When receiving an invite the room name (conference name) will be part of the event object. When creating a conference ourselves, the room name will be returned by the createConference method.

Since:
1.0
See Also:
Serialized Form

Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait