netty5/handler
Norman Maurer e0f2e1e2a1 [#3376] Use IllegalArgumentException as replacement for NPE as stated in javadocs
Motivation:

SSLEngine specifies that IllegalArgumentException must be thrown if a null argument is given when using wrap(...) or unwrap(...).

Modifications:

Replace NullPointerException with IllegalArgumentException to match the javadocs.

Result:

Match the javadocs.
2015-01-30 05:56:29 +01:00
..
src [#3376] Use IllegalArgumentException as replacement for NPE as stated in javadocs 2015-01-30 05:56:29 +01:00
pom.xml Fix dependency issues with hamcrest 2014-12-04 17:53:35 +09:00