commons-lang
commons-lang copied to clipboard
LANG-1647 - Check if an throwable is a checked exception
The idea it's have a function that check if a given throwable is a checked exception. There are some similar function in ConcurrentUtils, but have package visibility and return the same exception.
Seem logic have this verification in the class that have this responsibility - ExceptionUtils