|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ibis.ipl.IbisException
ibis.ipl.NoMatchingIbisException
Signals that no matching Ibis could be found.
NoMatchingIbisException
is thrown to indicate
that no matching Ibis could be found in
Ibis.createIbis
.
Constructor Summary | |
NoMatchingIbisException()
Constructs a NoMatchingIbisException with
null as its error detail message. |
|
NoMatchingIbisException(java.lang.String s)
Constructs a NoMatchingIbisException with
the specified detail message. |
|
NoMatchingIbisException(java.lang.String s,
java.lang.Throwable cause)
Constructs a NoMatchingIbisException with
the specified detail message and cause. |
|
NoMatchingIbisException(java.lang.Throwable cause)
Constructs a NoMatchingIbisException with
the specified cause. |
Methods inherited from class ibis.ipl.IbisException |
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 NoMatchingIbisException()
NoMatchingIbisException
with
null
as its error detail message.
public NoMatchingIbisException(java.lang.String s)
NoMatchingIbisException
with
the specified detail message.
s
- the detail messagepublic NoMatchingIbisException(java.lang.String s, java.lang.Throwable cause)
NoMatchingIbisException
with
the specified detail message and cause.
s
- the detail messagecause
- the causepublic NoMatchingIbisException(java.lang.Throwable cause)
NoMatchingIbisException
with
the specified cause.
cause
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |