hp.telephony.media
Class MediaConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hp.telephony.media.MediaException
hp.telephony.media.MediaServiceException
hp.telephony.media.MediaConfigException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BadConfigSpecException
- public abstract class MediaConfigException
- extends MediaServiceException
The class of things that go wrong during Configuration.
- 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 |
MediaConfigException
public MediaConfigException()
- Constructs a
MediaConfigException
with no specified detail message.
MediaConfigException
public MediaConfigException(String s)
- Constructs a
MediaConfigException
with the specified detail message.
- Parameters:
s - the detail message.
getResourceSpec
public ResourceSpec getResourceSpec()
- Return the ResourceSpec that is bad or unknown or unavailable.
- Returns:
- the ResourceSpec that is bad or unknown or unavailable.
- Since:
- Not supported