Append e2 to chain of exceptions that starts with e1.
start of chain (can be null)
second part of chain (can be null)
Throwable that is at the start of the chain; null if both e1 and e2 are null
See Implementation
Append e2 to chain of exceptions that starts with e1.