|
|||||||||||
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.ipl.ConnectionRefusedException
Signals that a connection has been refused. A
ConnectionRefusedException
is thrown to indicate
that a sendport connect was refused.
Constructor Summary | |
ConnectionRefusedException()
Constructs a ConnectionRefusedException with
null as its error detail message. |
|
ConnectionRefusedException(java.lang.String s)
Constructs a ConnectionRefusedException with
the specified detail message. |
|
ConnectionRefusedException(java.lang.String s,
java.lang.Throwable cause)
Constructs a ConnectionRefusedException with
the specified detail message and cause. |
|
ConnectionRefusedException(java.lang.Throwable cause)
Constructs a ConnectionRefusedException with
the 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 ConnectionRefusedException()
ConnectionRefusedException
with
null
as its error detail message.
public ConnectionRefusedException(java.lang.String s)
ConnectionRefusedException
with
the specified detail message.
s
- the detail messagepublic ConnectionRefusedException(java.lang.String s, java.lang.Throwable cause)
ConnectionRefusedException
with
the specified detail message and cause.
s
- the detail messagecause
- the causepublic ConnectionRefusedException(java.lang.Throwable cause)
ConnectionRefusedException
with
the specified cause.
cause
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |