public class FullStackException extends RuntimeException { public FullStackException(String s) { super(s); } }