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

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.ScenarioLoginError
All Implemented Interfaces:
java.io.Serializable

public class ScenarioLoginError
extends ScenarioFailedError

A specific error to handle login error while running a scenario.

See Also:
Serialized Form

Constructor Summary
ScenarioLoginError(java.lang.String message)
           
ScenarioLoginError(java.lang.Throwable ex)
           
 
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

ScenarioLoginError

public ScenarioLoginError(java.lang.String message)

ScenarioLoginError

public ScenarioLoginError(java.lang.Throwable ex)