On 17/11/2020 23:56, Gary Gregory wrote: > Hi All, > > Can someone explain the odd implementation of DaemonInitException and > specifically why it does not reuse the JRE's Exceptio cause slot?
The clue is in the code comment. It was originally written for pre Java 1.4 where getCause() didn't exist. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org