That fuck shit the fascists are using
1package org.tm.archive.service;
2
3public class AccountVerificationTimeoutException extends Exception {
4 public AccountVerificationTimeoutException() {
5 }
6
7 public AccountVerificationTimeoutException(String detailMessage) {
8 super(detailMessage);
9 }
10
11 public AccountVerificationTimeoutException(String detailMessage, Throwable throwable) {
12 super(detailMessage, throwable);
13 }
14
15 public AccountVerificationTimeoutException(Throwable throwable) {
16 super(throwable);
17 }
18}