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:
Serializable
- Enclosing class:
TestResult
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:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString