Class LockAcquisitionFailedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeadlockException

public class LockAcquisitionFailedException extends AxonTransientException
Exception indicating that a lock could not be obtained. Typically, operations failing with this exception can be retried without any intervention.
Since:
2.0
Author:
Allard Buijze
See Also:
  • Constructor Details

    • LockAcquisitionFailedException

      public LockAcquisitionFailedException(String message, Throwable cause)
      Initialize the exception with given message and cause
      Parameters:
      message - The message describing the exception
      cause - The underlying cause of the exception
    • LockAcquisitionFailedException

      public LockAcquisitionFailedException(String message)
      Initialize the exception with given message.
      Parameters:
      message - The message describing the exception