Class CancellationDeniedException

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

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

    • CancellationDeniedException

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