hp.opencall.media.ccapi
Class CCBadParamsException

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

public class CCBadParamsException
extends CCException

Thrown when one of the passed parameters is invalid or inappropriate.

Since:
OCMP 2.0
See Also:
Serialized Form

Constructor Summary
CCBadParamsException()
           
CCBadParamsException(String aMsg)
           
 
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

CCBadParamsException

public CCBadParamsException()

CCBadParamsException

public CCBadParamsException(String aMsg)