Class TestResult.ReloadFault

All Implemented Interfaces:
Serializable
Enclosing class:
TestResult

public static class TestResult.ReloadFault extends TestResult.Fault
This exception ay occur anytime the JTR file is being read from the filesystem. To optimize memory usage, the contents of a TestResult object are sometimes discarded and then loaded on demand from the JTR file. If a fault occurs when reading the JTR file, this fault may occur.
See Also: