|
|||||||||||
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.lang.RuntimeException
ibis.ipl.IbisRuntimeException
ibis.util.IllegalLockStateException
An IllegalLockStateException
is thrown to indicate that a
thread has attempted to lock, unlock, wait, or notify a Monitor
that it does not own, or that has been cleaned up.
Constructor Summary | |
IllegalLockStateException()
Constructs a AlreadyConnectedException with
null as its error detail message. |
|
IllegalLockStateException(java.lang.String s)
Constructs a IllegalLockStateException with
the specified detail message. |
|
IllegalLockStateException(java.lang.String s,
java.lang.Throwable cause)
Constructs a IllegalLockStateException with
the specified detail message and cause |
|
IllegalLockStateException(java.lang.Throwable cause)
Constructs a IllegalLockStateException with
the specified cause |
Methods inherited from class ibis.ipl.IbisRuntimeException |
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 IllegalLockStateException()
AlreadyConnectedException
with
null
as its error detail message.
public IllegalLockStateException(java.lang.String s)
IllegalLockStateException
with
the specified detail message.
s
- the detail messagepublic IllegalLockStateException(java.lang.String s, java.lang.Throwable cause)
IllegalLockStateException
with
the specified detail message and cause
s
- the detail messagecause
- the causepublic IllegalLockStateException(java.lang.Throwable cause)
IllegalLockStateException
with
the specified cause
cause
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |