Class 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)