e.getClass() // class hudson.remoting.RequestAbortedException
e.cause // java.io.IOException: Unexpected termination of the channel
e.cause.getClass() // class java.io.IOException
e.cause.dump() // detailMessage=Unexpected termination of the channel
// cause=java.io.EOFException
e.message // java.io.IOException: Unexpected termination of the channel