hp.telephony.media
Class MediaException

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

public abstract class MediaException
extends Exception

MediaException is the parent for [non-Runtime] Exceptions in JTAPI Media.

Since:
OCMP 2.0
See Also:
Serialized Form

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

MediaException

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


MediaException

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

Parameters:
s - the detail message.