com.ibm.team.fvt.tests.scenario.errors
Class ExistingDataError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by junit.framework.AssertionFailedError
                  extended by com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError
                      extended by com.ibm.team.fvt.tests.scenario.errors.ExistingDataError
All Implemented Interfaces:
java.io.Serializable

public class ExistingDataError
extends ScenarioFailedError

See Also:
Serialized Form

Constructor Summary
ExistingDataError(java.lang.StringBuffer message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExistingDataError

public ExistingDataError(java.lang.StringBuffer message)