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()
    • UnitLockedException

      public UnitLockedException(String message)
    • UnitLockedException

      public UnitLockedException(Throwable cause)
    • UnitLockedException

      public UnitLockedException(String message, Throwable cause)