org.entityfs.lock
Class LockRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.entityfs.support.exception.FileSystemException
                  extended by org.entityfs.lock.LockRequiredException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReadLockRequiredException, WriteLockRequiredException

public abstract class LockRequiredException
extends FileSystemException

Abstract base class for locking exceptions.

Since:
1.0
Author:
Karl Gustafsson
See Also:
Serialized Form

Constructor Summary
protected LockRequiredException(String msg)
           
 
Method Summary
 
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

LockRequiredException

protected LockRequiredException(String msg)