it.sauronsoftware.junique
Class AlreadyLockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.sauronsoftware.junique.AlreadyLockedException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyLockedException
extends java.lang.Exception

This exception is thrown when an ID cannot be locked since it is currently already locked by another JUnique caller.

Author:
Carlo Pelliccia
See Also:
Serialized Form

Method Summary
 java.lang.String getID()
          It returns the ID already locked.
 
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
 

Method Detail

getID

public java.lang.String getID()
It returns the ID already locked.

Returns:
The ID already locked.