I recently came across a little gem annotation from Lombok that I had never heard of before: @StandardException . You can annotate your Exception classes ( extends exception ) with this annotation, it will generate the usual constructors for your exception type that you would normally write. ht...

Source: [Dev.to](https://dev.to/mattmurr/standardexception-4edl)

Sponsored