JSR-62 (Final)

javax.microedition.xlet.ixc
Class StubException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--javax.microedition.xlet.ixc.StubException
All Implemented Interfaces:
Serializable

public class StubException
extends RemoteException

StubException is thrown whenever stub class generation fails for inter-Xlet communication.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
StubException()
          Constructs a StubException with no specified detail message.
StubException(String s)
          Constructs a StubException with the specified detail message.
StubException(String s, Throwable ex)
          Constructs a StubException with the specified detail message and nested exception.
 
Methods inherited from class java.rmi.RemoteException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StubException

public StubException()
Constructs a StubException with no specified detail message.


StubException

public StubException(String s)
Constructs a StubException with the specified detail message.

Parameters:
s - the detail message

StubException

public StubException(String s,
                     Throwable ex)
Constructs a StubException with the specified detail message and nested exception.

Parameters:
s - the detail message
ex - the nested exception

JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.