|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
no.sintef.lock.LockException
no.sintef.lock.LockedByOtherUserException
Lock target is already locked by other user.
Constructor Summary | |
LockedByOtherUserException(java.lang.String lockedBy,
java.util.Calendar lockedDate)
|
Method Summary | |
java.lang.String |
getLockedBy()
|
java.util.Calendar |
getLockedDate()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LockedByOtherUserException(java.lang.String lockedBy, java.util.Calendar lockedDate)
lockedBy
- user name of user who owns the lock on the targetlockedDate
- date when target was lockedMethod Detail |
public java.lang.String getLockedBy()
public java.util.Calendar getLockedDate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |