com.sun.faban.harness.engine
Class RunEntryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
RunEntryException(String message)
          Constructs a new RunEntryException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunEntryException

public RunEntryException(String message)
Constructs a new RunEntryException.

Parameters:
message - The message describing the issue with the entry.