|
|||||||||||
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.rmi.NotBoundException
A NotBoundException
is thrown if an attempt is made
to lookup or unbind a name that has no binding.
Constructor Summary | |
NotBoundException()
Constructs an NotBoundException with no specified
detail message. |
|
NotBoundException(java.lang.String s)
Constructs an NotBoundException with the specified
detail message. |
|
NotBoundException(java.lang.String s,
java.lang.Throwable e)
Constructs an NotBoundException with the specified
detail message and 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 NotBoundException()
NotBoundException
with no specified
detail message.
public NotBoundException(java.lang.String s)
NotBoundException
with the specified
detail message.
s
- the detail messagepublic NotBoundException(java.lang.String s, java.lang.Throwable e)
NotBoundException
with the specified
detail message and cause.
s
- the detail messagee
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |