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:
Serializable

public class AlreadyLocked extends DBOpEnvException
Exception throws when an attempt to take a ProcessFileLock with a call of ProcessFileLock.lockEx() is made and the lock is already held.
See Also:
  • Constructor Details

    • AlreadyLocked

      public AlreadyLocked(String msg)