Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 217 (Maintenance Release)

javax.microedition.xlet.ixc
Class StubException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byjavax.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
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
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 217 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 217 specification.