hp.opencall.media.ccapi
Class InvalidCPStateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byhp.opencall.media.common.AccessControlException
              extended byhp.opencall.media.ccapi.CCException
                  extended byhp.opencall.media.ccapi.InvalidCPStateException
All Implemented Interfaces:
Serializable

public class InvalidCPStateException
extends CCException

Thrown when an operation is attempted on a CallParty which is not in the proper state.

Since:
OCMP 2.0
See Also:
Serialized Form

Constructor Summary
InvalidCPStateException()
           
InvalidCPStateException(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

InvalidCPStateException

public InvalidCPStateException()

InvalidCPStateException

public InvalidCPStateException(String msg)