Class AlreadyCancelledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ameba.exception.BusinessRuntimeException
org.openwms.wms.receiving.impl.AlreadyCancelledException
All Implemented Interfaces:
Serializable

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

    • AlreadyCancelledException

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