Class UnitLockedException

All Implemented Interfaces:
Serializable

public class UnitLockedException extends ConcurrentException
A concurrency error raised when a thread is attempting to access a unit that is locked by another thread.
See Also:
  • Constructor Details

    • UnitLockedException

      public UnitLockedException()
      Create a unit locked exception.
    • UnitLockedException

      public UnitLockedException(String message)
      Create a unit locked exception.
      Parameters:
      message - error message
    • UnitLockedException

      public UnitLockedException(Throwable cause)
      Create a unit locked exception.
      Parameters:
      cause - cause
    • UnitLockedException

      public UnitLockedException(String message, Throwable cause)
      Create a unit locked exception.
      Parameters:
      message - error message
      cause - cause