Class StateChangeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ameba.exception.BusinessRuntimeException
org.openwms.wms.shipping.api.StateChangeException
All Implemented Interfaces:
Serializable

@ResponseStatus(FORBIDDEN) public class StateChangeException extends org.ameba.exception.BusinessRuntimeException
A StateChangeException.
Author:
Heiko Scherrer
See Also:
  • Constructor Details

    • StateChangeException

      public StateChangeException(org.ameba.i18n.Translator translator, String messageKey, Serializable[] data, Object... param)