Package org.openwms.wms.receiving.impl
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancellationDeniedException(String message, String messageKey, Serializable[] data)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CancellationDeniedException
public CancellationDeniedException(String message, String messageKey, Serializable[] data)
-
-