Class TradeException

    • Field Detail

      • numericCode

        public int numericCode
        Numeric error code
      • stringCode

        public String stringCode
        String error code
    • Constructor Detail

      • TradeException

        public TradeException​(String message,
                              int numericCode,
                              String stringCode)
        Constructs the timeout error
        Parameters:
        message - error message
        numericCode - numeric error code
        stringCode - string error code