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

fitnesse.testsystems.slim.SlimCommunicationException Maven / Gradle / Ivy

package fitnesse.testsystems.slim;

import fitnesse.testsystems.TestExecutionException;

public class SlimCommunicationException extends TestExecutionException {
  public SlimCommunicationException(final String message, final Throwable exception) {
    super(message, exception);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy