javax.microedition.media
Class MediaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.microedition.media.MediaException
public class MediaException
- extends Exception
A MediaException
indicates an unexpected error condition in a
method.
- Since:
- BlackBerry API 4.0.0
Constructor Summary |
MediaException()
Constructs a MediaException with null
as its error detail message. |
MediaException(String message)
Constructs a MediaException with the specified detail
message. |
MediaException
public MediaException()
- Constructs a
MediaException
with null
as its error detail message.
- Since:
- BlackBerry API 4.0.0
MediaException
public MediaException(String message)
- 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.- Since:
- BlackBerry API 4.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal