Package org.eclipse.emf.cdo.util
Class LockTimeoutException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.eclipse.emf.cdo.common.util.CDOException
- 
- org.eclipse.emf.cdo.util.LockTimeoutException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class LockTimeoutException extends CDOException An unchecked exception being thrown iflockscould not beacquiredwithin the specified timeout period.- Since:
- 4.0
- Author:
- Caspar De Groot
- See Also:
- Serialized Form
- No Extend
- This interface is not intended to be extended by clients.
- No Instantiate
- This class is not intended to be instantiated by clients.
 
- 
- 
Constructor SummaryConstructors Constructor Description LockTimeoutException()
 
-