Class LockedException.LockedRuntimeException

All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap
Enclosing class:
LockedException

public static class LockedException.LockedRuntimeException extends AbstractRuntimeException implements Serializable
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

    • LockedRuntimeException

      public LockedRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new locked runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • LockedRuntimeException

      public LockedRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new locked runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • LockedRuntimeException

      public LockedRuntimeException(String message, Throwable cause)
      Instantiates a new locked runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • LockedRuntimeException

      public LockedRuntimeException(String message)
      Instantiates a new locked runtime exception.
      Parameters:
      message - the message
    • LockedRuntimeException

      public LockedRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new locked runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • LockedRuntimeException

      public LockedRuntimeException(Throwable cause)
      Instantiates a new locked runtime exception.
      Parameters:
      cause - the cause