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