hp.telephony.media
Class MediaServiceException

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

public abstract class MediaServiceException
extends MediaException

The class of things that go wrong in MediaService methods.

See Also:
Serialized Form

Constructor Summary
MediaServiceException()
          Constructs a MediaServiceException with no specified detail message.
MediaServiceException(String s)
          Constructs a MediaServiceException with the specified detail message.
 
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

MediaServiceException

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


MediaServiceException

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

Parameters:
s - the detail message.