Class OkCoinException

All Implemented Interfaces:
Serializable

public class OkCoinException extends ExchangeException
See Also:
  • Constructor Details

    • OkCoinException

      public OkCoinException(int errorCode, String message)
      Constructor.
      Parameters:
      errorCode - the error code.
      message - the exception message.
  • Method Details

    • getErrorCode

      public int getErrorCode()
      Returns:
      the error code.