Package org.eclipse.emf.cdo.common.lock
Class IDurableLockingManager.LockAreaNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- java.lang.IllegalStateException
- 
- org.eclipse.emf.cdo.common.lock.IDurableLockingManager.LockAreaNotFoundException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing interface:
- IDurableLockingManager
 
 public static class IDurableLockingManager.LockAreaNotFoundException extends java.lang.IllegalStateExceptionThrown if alock areais spcified that does not exist in a CDOrepository.- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LockAreaNotFoundException(java.lang.String durableLockingID)LockAreaNotFoundException(java.lang.String message, java.lang.Throwable cause, java.lang.String durableLockingID)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDurableLockingID()
 
-