1 2 3 4 5
import lombok.experimental.StandardException; @StandardException public class ExampleException extends Exception { }