private void setExceptionCaught()

in src/main/java/org/apache/commons/exec/DefaultExecutor.java [441:445]


    private void setExceptionCaught(final IOException e) {
        if (this.exceptionCaught == null) {
            this.exceptionCaught = e;
        }
    }