Class LockedException

All Implemented Interfaces:
Serializable

public class LockedException extends AtomicOperationException
An AtomicOperationException thrown when an atomic operation was executed on a TxnObject while it was locked. E.g. when an atomicGet was done on a TxnRef that already has an exclusive lock or that a TxnRef.atomicSet while a readlock already was acquired.
See Also:
  • Field Details

  • Constructor Details

    • LockedException

      public LockedException()
      Creates a new LockedException.
    • LockedException

      public LockedException(String message)
      Creates a new LockedException
      Parameters:
      message - the message
    • LockedException

      public LockedException(String message, Throwable cause)
      Creates a new LockedException.
      Parameters:
      message - the message
      cause - the cause
    • LockedException

      public LockedException(Throwable cause)
      Creates a new LockedException
      Parameters:
      cause - the cause