Class InstrumentNotValidException

All Implemented Interfaces:
Serializable

public class InstrumentNotValidException extends ExchangeException
Exception indicating that a request was made with a Instrument that is not supported on this exchange.
Author:
bryant_harris
See Also:
  • Constructor Details

    • InstrumentNotValidException

      public InstrumentNotValidException()
    • InstrumentNotValidException

      public InstrumentNotValidException(String message, Throwable cause, Instrument instrument)
    • InstrumentNotValidException

      public InstrumentNotValidException(String message, Throwable cause)
    • InstrumentNotValidException

      public InstrumentNotValidException(String message)
    • InstrumentNotValidException

      public InstrumentNotValidException(String message, Instrument instrument)
    • InstrumentNotValidException

      public InstrumentNotValidException(Throwable cause)
    • InstrumentNotValidException

      public InstrumentNotValidException(Throwable cause, Instrument instrument)
    • InstrumentNotValidException

      public InstrumentNotValidException(Instrument instrument)
  • Method Details

    • getInstrument

      public Instrument getInstrument()
      Returns:
      The Instrument that caused the exception.