no.sintef.lock
Class AlreadyLockedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byno.sintef.lock.LockException
              extended byno.sintef.lock.AlreadyLockedException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyLockedException
extends LockException

Lock target is already locked by same user.

Author:
Fredrik Vraalsen
See Also:
Serialized Form

Constructor Summary
AlreadyLockedException(java.util.Calendar lockedDate)
           
 
Method Summary
 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

AlreadyLockedException

public AlreadyLockedException(java.util.Calendar lockedDate)
Parameters:
lockedDate - when target was locked
Method Detail

getLockedDate

public java.util.Calendar getLockedDate()
Returns:
date when target was locked


Copyright © 2003-2005 SINTEF. All Rights Reserved.