Package com.caplin.trading
Class TradeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caplin.trading.TradeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidFieldsException
Used for all errors raised by the Trading DataSource, or raised by user code that needs to notify the
Trading DataSource of an exception during a callback.
- See Also:
-
Constructor Summary
ConstructorDescriptionTradeException
(String message) TradeException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TradeException
-
TradeException
-