Class LockException

All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException, Serializable

public class LockException extends IlmException
See Also:
  • Field Details

    • lockedObject

      @NotNull public @NotNull String lockedObject
    • lockOwner

      public String lockOwner
    • lockType

      @NotEmpty public @NotEmpty String lockType
  • Constructor Details

    • LockException

      public LockException()
      The constructor required for bean deserialisation.
    • LockException

      public LockException(@NotNull LockException le)