javax.microedition.media
Class MediaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, 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 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