hp.telephony.media
Class BadConfigSpecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hp.telephony.media.MediaException
hp.telephony.media.MediaServiceException
hp.telephony.media.MediaConfigException
hp.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.