ibis.rmi
Class StubNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ibis.ipl.IbisIOException
ibis.rmi.RemoteException
ibis.rmi.StubNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class StubNotFoundException
- extends RemoteException
A StubNotFoundException
is thrown if no valid stub class
could be found while exporting a remote object.
- See Also:
- Serialized Form
Constructor Summary |
StubNotFoundException(java.lang.String s)
Constructs a StubNotFoundException with the specified
detail message. |
StubNotFoundException(java.lang.String s,
java.lang.Exception ex)
Constructs a StubNotFoundException with the specified
detail message and nested exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StubNotFoundException
public StubNotFoundException(java.lang.String s)
- Constructs a
StubNotFoundException
with the specified
detail message.
- Parameters:
s
- the detail message
StubNotFoundException
public StubNotFoundException(java.lang.String s,
java.lang.Exception ex)
- Constructs a
StubNotFoundException
with the specified
detail message and nested exception.
- Parameters:
s
- the detail messageex
- the nested exception
The Ibis project