Class OrderConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.caplin.motif.fx.trading.orders.OrderConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class OrderConfigurationException extends java.lang.Exception
Deprecated.The Exception to be thrown if the submitted order is invalid
-
-
Constructor Summary
Constructors Constructor Description OrderConfigurationException(java.lang.String message)
Deprecated.Constructs the OrderConfigurationException with the error message.
-