hp.telephony.media
Class BadConfigSpecException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byhp.telephony.media.MediaException
              extended byhp.telephony.media.MediaServiceException
                  extended byhp.telephony.media.MediaConfigException
                      extended byhp.telephony.media.BadConfigSpecException
All Implemented Interfaces:
Serializable

public class BadConfigSpecException
extends MediaConfigException

Configuration failed because the ConfigSpec is somehow bad.

Since:
OCMP 2.0
See Also:
Serialized Form

Constructor Summary
BadConfigSpecException()
          Constructs a BadConfigSpecException with no specified detail message.
BadConfigSpecException(String s)
          Constructs a BadConfigSpecException with the specified detail message.
 
Methods inherited from class hp.telephony.media.MediaConfigException
getResourceSpec
 
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

BadConfigSpecException

public BadConfigSpecException()
Constructs a BadConfigSpecException with no specified detail message.


BadConfigSpecException

public BadConfigSpecException(String s)
Constructs a BadConfigSpecException with the specified detail message.

Parameters:
s - the detail message.