package me.srvstr.run; public class ForcedStopException extends Exception { private static final long serialVersionUID = -5622884875009979898L; public ForcedStopException() { super("The running thread needed to be stopped violently, no excusses"); } }