javaruntimes/midp/runtime/javasrc/com/nokia/mj/impl/rt/midp/StartupException.java
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    23 /**
    23 /**
    24  * An excetion used for cancelling the start up. The cancel can be a result of
    24  * An excetion used for cancelling the start up. The cancel can be a result of
    25  * an error or the MIDlet start up denied by the user (e.g. auto invocation).
    25  * an error or the MIDlet start up denied by the user (e.g. auto invocation).
    26  * If it is denied by the user, then this exception is not considered as an
    26  * If it is denied by the user, then this exception is not considered as an
    27  * error.
    27  * error.
    28  *
       
    29  * @author Nokia Corporation
       
    30  * @version $Rev$
       
    31  */
    28  */
    32 final class StartupException extends RuntimeException
    29 final class StartupException extends RuntimeException
    33 {
    30 {
    34     private boolean mIsError;
    31     private boolean mIsError;
    35 
    32