SQLStatmentException.java

package hhn.temp.project.expections;

public class SQLStatmentException extends RuntimeException {

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