Package com.sun.javatest
Class TestResult.ReloadFault
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.javatest.TestResult.Fault
-
- com.sun.javatest.TestResult.ReloadFault
-
- All Implemented Interfaces:
java.io.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.