hp.opencall.media.ccapi
Class BadThreadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byhp.opencall.media.ccapi.BadThreadException
All Implemented Interfaces:
Serializable

public class BadThreadException
extends RuntimeException

Thrown when some of the methods of the Call Control API are not called from a User Thread.

Since:
OCMP 2.0
See Also:
Serialized Form

Constructor Summary
BadThreadException()
           
BadThreadException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadThreadException

public BadThreadException()

BadThreadException

public BadThreadException(String msg)