1 package de.fhdw.wtf.persistence.exception;
2
3 /** Will be thrown if someone tries to change the contracted id distribution. */
4 public class IDContractViolationException extends RuntimeException {
5
6 /**
7 *
8 */
9 private static final long serialVersionUID = 1L;
10
11 }