Class AllocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openwms.wms.inventory.allocation.AllocationException
- All Implemented Interfaces:
Serializable
An AllocationException signals that an
AllocationVO
couldn't be performed.- Author:
- Heiko Scherrer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AllocationException
Create a new AllocationException.- Parameters:
message
- Message text
-