|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
ibis.ipl.IbisIOException
ibis.rmi.RemoteException
A RemoteException
is the common superclass for several
exceptions that may occur during a remove method invocation.
Constructor Summary | |
RemoteException()
Constructs an RemoteException with no specified
detail message. |
|
RemoteException(java.lang.String s)
Constructs an RemoteException with the specified
detail message. |
|
RemoteException(java.lang.String s,
java.lang.Throwable e)
Constructs an RemoteException with the specified
detail message and cause. |
|
RemoteException(java.lang.Throwable e)
Constructs an RemoteException with no specified
detail message and specified cause |
Methods inherited from class ibis.ipl.IbisIOException |
getCause, getMessage, initCause, printStackTrace |
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 |
Constructor Detail |
public RemoteException()
RemoteException
with no specified
detail message.
public RemoteException(java.lang.String s)
RemoteException
with the specified
detail message.
s
- the detail messagepublic RemoteException(java.lang.String s, java.lang.Throwable e)
RemoteException
with the specified
detail message and cause.
s
- the detail messagee
- the causepublic RemoteException(java.lang.Throwable e)
RemoteException
with no specified
detail message and specified cause
e
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |