Class LockTimeoutException

All Implemented Interfaces:
Serializable

public class LockTimeoutException extends JRDFoxException
This exception is thrown when a lock on a data store must be acquired in order to fulfil a request, but the lock acquisition times out. The timeout interval is determined using the DataStoreConnection.setLockTimeout(long) method. Lock acquisition is typically required when starting a transaction, either explicitly or implicitly as part of fulfilling a user's request. In some rare cases this exception can also be thrown then performing an operation inside an interruptible read-only transaction.
See Also:
  • Constructor Details

    • LockTimeoutException

      public LockTimeoutException()
    • LockTimeoutException

      public LockTimeoutException(String message)
    • LockTimeoutException

      public LockTimeoutException(String message, Throwable cause)