|
|||||||||||
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
ibis.rmi.ConnectException
A ConnectException
is thrown if a connection is
refused.
Constructor Summary | |
ConnectException(java.lang.String s)
Constructs an ConnectException with the specified
detail message. |
|
ConnectException(java.lang.String s,
java.lang.Exception ex)
Constructs an ConnectException with the specified
detail message and nested exception. |
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 ConnectException(java.lang.String s)
ConnectException
with the specified
detail message.
s
- the detail messagepublic ConnectException(java.lang.String s, java.lang.Exception ex)
ConnectException
with the specified
detail message and nested exception.
s
- the detail messageex
- the nested exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |