hp.telephony.media
Class MediaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hp.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 |
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.