dcache
dcache copied to clipboard
Change use of IllegalArgumentException to special checked exception where appropriate
Issue https://github.com/dCache/dcache/issues/7271 is one example. It has been fixed but unfortunately in a way which potentially disguises actually bugs deeper in the code.
A general review of dCache's use of the IllegalArgumentException would be in order.