javax.microedition.xlet.ixc
Class StubException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by 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.
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, 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