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
 
 
 
| 
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. | 
 
 
 
 
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 messageex - the nested exception
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.