Class OrderSubmissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.caplin.motif.fx.ret.orders.exception.OrderSubmissionException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class OrderSubmissionException extends java.lang.Exception
Deprecated.This exception is deprecated and due for removal in a future release.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrderSubmissionException(java.lang.String errorMessage)
Deprecated.OrderSubmissionException(java.lang.String errorMessage, java.lang.Throwable exception)
Deprecated.
-