hp.opencall.media.ccapi
Class CCAccessException

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.CCAccessException
All Implemented Interfaces:
Serializable

public class CCAccessException
extends CCException

thrown when a session cannot be created or cannot be accessed anymore (has been released or revoked)

Since:
OCMP 2.0
See Also:
Serialized Form

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

CCAccessException

public CCAccessException()

CCAccessException

public CCAccessException(String msg)