Class CapturingException

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

@NotLogged @ResponseStatus(CONFLICT) public class CapturingException extends org.ameba.exception.BusinessRuntimeException
A CapturingException is thrown to signal an unexpected failure during the receiving capturing process.
Author:
Heiko Scherrer
See Also:
  • Constructor Details

    • CapturingException

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

      public CapturingException(String message)
    • CapturingException

      public CapturingException(String message, Throwable cause)