org.entityfs.lock
Class ReadLockRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.entityfs.support.exception.FileSystemException
org.entityfs.lock.LockRequiredException
org.entityfs.lock.ReadLockRequiredException
- All Implemented Interfaces:
- Serializable
public class ReadLockRequiredException
- extends LockRequiredException
Exception thrown when a calling thread does not have a required read lock.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- See Also:
- Serialized Form
- In_jar:
- entityfs-core
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReadLockRequiredException
public ReadLockRequiredException()
ReadLockRequiredException
public ReadLockRequiredException(String msg)