com.siemens.mp.media
Class MediaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.siemens.mp.media.MediaException
- public class MediaException
- extends Exception
A MediaException
indicates an unexpected error
condition in a method.
Constructor Summary |
MediaException()
Constructs a MediaException with null
as its error detail message. |
MediaException(String reason)
Constructs a MediaException with the specified detail
message. |
MediaException
public MediaException()
- Constructs a
MediaException
with null
as its error detail message.
MediaException
public MediaException(String reason)
- Constructs a
MediaException
with the specified detail
message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.
- Parameters:
reason
- the detail message.