org.eclipse.emf.cdo.common.lock
Class IDurableLockingManager.LockAreaAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.eclipse.emf.cdo.common.lock.IDurableLockingManager.LockAreaAlreadyExistsException
All Implemented Interfaces:
Serializable
Enclosing interface:
IDurableLockingManager

public static class IDurableLockingManager.LockAreaAlreadyExistsException
extends IllegalStateException

Exception occurs when attempting to create a durable IDurableLockingManager.LockArea that already exists.

Since:
4.1
See Also:
Serialized Form

Constructor Summary
IDurableLockingManager.LockAreaAlreadyExistsException(String durableLockingID)
           
 
Method Summary
 String getDurableLockingID()
           
 
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

IDurableLockingManager.LockAreaAlreadyExistsException

public IDurableLockingManager.LockAreaAlreadyExistsException(String durableLockingID)
Method Detail

getDurableLockingID

public String getDurableLockingID()


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.