All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.studerw.tda.client.TdaClientException Maven / Gradle / Ivy

There is a newer version: 2.4.3.1
Show newest version
package com.studerw.tda.client;

public class TdaClientException extends RuntimeException {

  public TdaClientException(String message) {
    super(message);
  }

  public TdaClientException(Throwable cause) {
    super(cause);
  }

  public TdaClientException(String message, Throwable cause) {
    super(message, cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy