Class BybitApiException

    • Constructor Detail

      • BybitApiException

        public BybitApiException​(BybitApiError error)
        Instantiates a new Bybit api exception.
        Parameters:
        error - an error response object
      • BybitApiException

        public BybitApiException()
        Instantiates a new Bybit api exception.
      • BybitApiException

        public BybitApiException​(String message)
        Instantiates a new Bybit api exception.
        Parameters:
        message - the message
      • BybitApiException

        public BybitApiException​(Throwable cause)
        Instantiates a new Bybit api exception.
        Parameters:
        cause - the cause
      • BybitApiException

        public BybitApiException​(String message,
                                 Throwable cause)
        Instantiates a new Bybit api exception.
        Parameters:
        message - the message
        cause - the cause