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

se.bjurr.violations.main.TooManyViolationsException Maven / Gradle / Ivy

The newest version!
package se.bjurr.violations.main;

public class TooManyViolationsException extends RuntimeException {

  public TooManyViolationsException(final String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy