[Exception] IllegalArgumentException: address must not be null
+1
org.apache.geronimo.common.NullArgumentException extends IAE and handles the formatting of the message too, so you can:
throw new NullArgumentException("address");;-)
--jason
[Exception] IllegalArgumentException: address must not be null
+1
throw new NullArgumentException("address");;-)
--jason