Class TMSMessageCodes

java.lang.Object
org.openwms.tms.TMSMessageCodes

public final class TMSMessageCodes extends Object
A TMSMessageCodes is a collection with message codes unique within this module.
Author:
Heiko Scherrer
  • Field Details

    • TO_WITH_PK_NOT_FOUND

      public static final String TO_WITH_PK_NOT_FOUND
      Signals that the TransportOrder with the given primary key does not exist.
      See Also:
    • TO_WITH_PKEY_NOT_FOUND

      public static final String TO_WITH_PKEY_NOT_FOUND
      Signals that the TransportOrder with the given persisted key does not exist.
      See Also:
    • TO_STATE_CHANGE_BACKWARDS_NOT_ALLOWED

      public static final String TO_STATE_CHANGE_BACKWARDS_NOT_ALLOWED
      Signals an exception because it was tried to turn back a TransportOrder into a state that isn't allowed.
      See Also:
    • TO_STATE_CHANGE_NOT_READY

      public static final String TO_STATE_CHANGE_NOT_READY
      Signals an exception because it was tried to change the state of a TransportOrder into a following but not allowed state.
      See Also:
    • TO_STATE_CHANGE_NULL_STATE

      public static final String TO_STATE_CHANGE_NULL_STATE
      Signals that a request with state of NULL.
      See Also:
    • INITIALIZATION_NOT_ALLOWED

      public static final String INITIALIZATION_NOT_ALLOWED
      Signals that the request to initialize a TransportOrder cannot be accepted.
      See Also:
    • START_TO_NOT_ALLOWED_ALREADY_STARTED_ONE

      public static final String START_TO_NOT_ALLOWED_ALREADY_STARTED_ONE
      Signals an exception that it is not allowed to start a TransportOrder, because there is already a started one.
      See Also:
    • STATE_CHANGE_ERROR_FOR_INITIALIZED_TO

      public static final String STATE_CHANGE_ERROR_FOR_INITIALIZED_TO
      Signals an exception that the requested state change is not allowed for the initialized TransportOrder.
      See Also:
    • TARGET_BLOCKED_MSG

      public static final String TARGET_BLOCKED_MSG
      Target LocationGroup or Location is blocked for infeed.
      See Also:
  • Constructor Details

    • TMSMessageCodes

      private TMSMessageCodes()