public class AlleredeSignertException extends RuntimeException { public AlleredeSignertException() { super("Dokument allerede signert"); } }