Class TradeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caplin.trading.TradeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidFieldsException

public class TradeException extends Exception
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 Details

    • TradeException

      public TradeException(String message)
    • TradeException

      public TradeException(String message, Throwable cause)