Class SyncContext.FailedToAcquireLockException

All Implemented Interfaces:
Serializable
Enclosing interface:
SyncContext

Specific exception thrown by SyncContext.acquire(Collection, Collection) method when it cannot acquire the lock.
Since:
1.9.25
See Also:
  • Constructor Details

  • Method Details

    • isShared

      public boolean isShared()
      Returns true for shared and false for exclusive sync contexts.