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