Class UnknownDefaultWarehouseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.echothree.util.common.exception.BaseException
com.echothree.model.control.warehouse.common.exception.BaseWarehouseException
com.echothree.model.control.warehouse.common.exception.UnknownDefaultWarehouseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of UnknownDefaultWarehouseExceptionUnknownDefaultWarehouseException
(Message message) Creates a new instance of UnknownDefaultWarehouseExceptionUnknownDefaultWarehouseException
(String message) Creates a new instance of UnknownDefaultWarehouseExceptionCreates a new instance of UnknownDefaultWarehouseException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownDefaultWarehouseException
public UnknownDefaultWarehouseException()Creates a new instance of UnknownDefaultWarehouseException -
UnknownDefaultWarehouseException
Creates a new instance of UnknownDefaultWarehouseException -
UnknownDefaultWarehouseException
Creates a new instance of UnknownDefaultWarehouseException -
UnknownDefaultWarehouseException
Creates a new instance of UnknownDefaultWarehouseException
-