Package org.apache.jena.dboe.base.file
Class AlreadyLocked
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.shared.JenaException
-
- org.apache.jena.dboe.DBOpEnvException
-
- org.apache.jena.dboe.base.file.AlreadyLocked
-
- All Implemented Interfaces:
java.io.Serializable
public class AlreadyLocked extends DBOpEnvException
Exception throws when an attempt to take aProcessFileLockwith a call ofProcessFileLock.lockEx()is made and the lock is already held.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyLocked(java.lang.String msg)
-