Package org.openwms.wms.receiving.impl
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 Summary
ConstructorDescriptionCapturingException
(String message) CapturingException
(String message, Throwable cause) CapturingException
(org.ameba.i18n.Translator translator, String messageKey, Serializable[] data, Object... param) -
Method Summary
Methods inherited from class org.ameba.exception.BusinessRuntimeException
getData, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CapturingException
public CapturingException(org.ameba.i18n.Translator translator, String messageKey, Serializable[] data, Object... param) -
CapturingException
-
CapturingException
-