|
|||||||||||
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.AlreadyBoundException
An AlreadyBoundException
is thrown if an attempt
is made to bind an object in the registry to a name that is
already in use.
Constructor Summary | |
AlreadyBoundException()
Constructs an AlreadyBoundException with no specified
detail message. |
|
AlreadyBoundException(java.lang.String s)
Constructs an AlreadyBoundException with the specified
detail message. |
|
AlreadyBoundException(java.lang.String s,
java.lang.Throwable e)
Constructs an AlreadyBoundException 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 AlreadyBoundException()
AlreadyBoundException
with no specified
detail message.
public AlreadyBoundException(java.lang.String s)
AlreadyBoundException
with the specified
detail message.
s
- the detail messagepublic AlreadyBoundException(java.lang.String s, java.lang.Throwable e)
AlreadyBoundException
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 |