Class OrderConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caplin.motif.fx.trading.orders.OrderConfigurationException
- All Implemented Interfaces:
Serializable
Deprecated.
The Exception to be thrown if the submitted order is invalid
-
Constructor Summary
ConstructorDescriptionOrderConfigurationException
(String message) Deprecated.Constructs the OrderConfigurationException with the error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OrderConfigurationException
Deprecated.Constructs the OrderConfigurationException with the error message.- Parameters:
message
- the error message
-