public RemoteExecutionException()

in src/main/java/org/apache/sling/junit/remote/testrunner/RemoteExecutionException.java [60:64]


    public RemoteExecutionException(String failure, String trace) throws NumberFormatException, IOException {
        super(failure);
        this.trace = trace;
        this.stackTrace = getStackTraceFromString(trace);
    }