import lombok.experimental.StandardException; @StandardException public class StandardExceptionWithConstructor extends Exception { public StandardExceptionWithConstructor(Integer x, Integer y) { } }