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