BenQ Mobile

javax.microedition.midlet
Class MIDletStateChangeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.microedition.midlet.MIDletStateChangeException
All Implemented Interfaces:
java.io.Serializable

public class MIDletStateChangeException
extends java.lang.Exception

Signals that a requested MIDlet state change failed. This exception is thrown by the MIDlet in response to state change calls into the application via the MIDlet interface

See Also:
MIDlet, Serialized Form

Constructor Summary
MIDletStateChangeException()
          Constructs an exception with no specified detail message.
MIDletStateChangeException(java.lang.String s)
          Constructs an exception with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MIDletStateChangeException

public MIDletStateChangeException()
Constructs an exception with no specified detail message.


MIDletStateChangeException

public MIDletStateChangeException(java.lang.String s)
Constructs an exception with the specified detail message.

Parameters:
s - the detail message

BenQ Mobile

Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner.
All Rights Reserved.
BenQ Corp. is a trademark licensee of Siemens AG.


For further information about Mobility Toolkit (MTK) visit our Developer Portal.