hp.telephony.media
Class MediaConfigException

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
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

Constructor Summary
MediaConfigException()
          Constructs a MediaConfigException with no specified detail message.
MediaConfigException(String s)
          Constructs a MediaConfigException with the specified detail message.
 
Method Summary
 ResourceSpec getResourceSpec()
          Return the ResourceSpec that is bad or unknown or unavailable.
 
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

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.
Method Detail

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