com.sun.faban.harness.engine
Class RunEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.faban.harness.engine.RunEntryException
- All Implemented Interfaces:
- Serializable
public class RunEntryException
- extends Exception
The RunEntryException signals there is something wrong with the current run
entry. The entry is removed before the exception is thrown.
- Author:
- Akara Sucharitakul
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RunEntryException
public RunEntryException(String message)
- Constructs a new RunEntryException.
- Parameters:
message
- The message describing the issue with the entry.