-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The Jakarta REST API does not use checked exceptions, so it's important to covert to ProcessingExceptions early so that callers have reliable exception behavior. For example, IOExceptions are propagated as the causes of many ProcessingExceptions and callers may want to retry these.