hp.telephony.media
Class MediaServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hp.telephony.media.MediaException
hp.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.