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

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.LockAreaNotFoundException
All Implemented Interfaces:
Serializable
Enclosing interface:
IDurableLockingManager

public static class IDurableLockingManager.LockAreaNotFoundException
extends IllegalStateException

Author:
Eike Stepper
See Also:
Serialized Form

Constructor Summary
IDurableLockingManager.LockAreaNotFoundException(String durableLockingID)
           
IDurableLockingManager.LockAreaNotFoundException(String message, Throwable cause, 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.LockAreaNotFoundException

public IDurableLockingManager.LockAreaNotFoundException(String durableLockingID)

IDurableLockingManager.LockAreaNotFoundException

public IDurableLockingManager.LockAreaNotFoundException(String message,
                                                        Throwable cause,
                                                        String durableLockingID)
Method Detail

getDurableLockingID

public String getDurableLockingID()


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