|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IbisIOException | |
ibis.ipl | This package describes the Ibis Portability Layer (IPL), which is to be implemented by Ibis implementations. |
ibis.rmi | This is an RMI implementation on top of Ibis. |
ibis.rmi.server |
Uses of IbisIOException in ibis.ipl |
Subclasses of IbisIOException in ibis.ipl | |
class |
AlreadyConnectedException
Signals that a connection has been refused, because it already exists. |
class |
BindingException
Signals that a request for binding/unbinding of a receiveport failed. |
class |
ConnectionClosedException
Signals that a connection has been closed. |
class |
ConnectionRefusedException
Signals that a connection has been refused. |
class |
ConnectionTimedOutException
Signals that an attempt to set up a connection timed out. |
class |
PortMismatchException
Signals an attempt to connect ports of different types. |
class |
ReceiveTimedOutException
Signals a timeout in a ReceivePort.receive(long) invocation. |
Uses of IbisIOException in ibis.rmi |
Subclasses of IbisIOException in ibis.rmi | |
class |
AccessException
The AccessException is never actually thrown in Ibis RMI. |
class |
ConnectException
A ConnectException is thrown if a connection is
refused. |
class |
MarshalException
A MarshalException is thrown if an IOException occurs
while marshalling the remote call or return value. |
class |
RemoteException
A RemoteException is the common superclass for several
exceptions that may occur during a remove method invocation. |
class |
ServerError
A ServerError is thrown when an
Error is thrown while processing a remote method
invocation on the server. |
class |
ServerException
A ServerException is thrown when a
RemoteException is thrown while processing a remote method
invocation on the server. |
class |
ServerRuntimeException
A ServerRuntimeException is thrown when a
RuntimeException is thrown while processing a remote method
invocation on the server. |
class |
StubNotFoundException
A StubNotFoundException is thrown if no valid stub class
could be found while exporting a remote object. |
class |
UnknownHostException
An UnknownHostException is thrown when the java.net
version of same occurs while creating a connection to a remote host. |
class |
UnmarshalException
An UnmarshalException is thrown when an unmarshalling error
occurs. |
Uses of IbisIOException in ibis.rmi.server |
Subclasses of IbisIOException in ibis.rmi.server | |
class |
ExportException
An ExportException is thrown if exporting a remote object
fails for some reason. |
class |
SkeletonNotFoundException
A SkeletonNotFoundException is thrown if the skeleton
corresponding to the remote object that is being exported is not found. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |