spring-security/remoting
Josh Cummings 5f17032ffd Restore Removed Throws Clauses
In a recent clean-up, certain exceptions were removed from various
throws clauses.

This PR re-introduces throws clauses that are important for one of the
following reasons:

1. It's a method on a public interface
2. It's a method clearly designed for inheritance, for example, a
method stub, an abstract method, or indicated as such in the docs.

Fixes gh-7541
2019-10-30 12:13:54 -06:00
..
src Restore Removed Throws Clauses 2019-10-30 12:13:54 -06:00
spring-security-remoting.gradle Drop the `aopalliance:aopalliance` dependency 2017-09-22 11:11:04 -05:00