Class LockedException

All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap

public class LockedException extends AbstractException
Thrown in case an instance being locked is still being accessed in a modifying way (see org.refcodes.mixin.Lockable in the refcodes-mixin artifact).
See Also:
  • Constructor Details

    • LockedException

      public LockedException(String aMessage, String aErrorCode)
    • LockedException

      public LockedException(String aMessage, Throwable aCause, String aErrorCode)
    • LockedException

      public LockedException(String aMessage, Throwable aCause)
    • LockedException

      public LockedException(String aMessage)
    • LockedException

      public LockedException(Throwable aCause, String aErrorCode)
    • LockedException

      public LockedException(Throwable aCause)