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

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.BrowserError
                          extended by com.ibm.team.fvt.tests.scenario.errors.BrowserConnectionError
All Implemented Interfaces:
java.io.Serializable

public class BrowserConnectionError
extends BrowserError

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

See Also:
Serialized Form

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

BrowserConnectionError

public BrowserConnectionError(java.lang.String message)

BrowserConnectionError

public BrowserConnectionError(java.lang.Throwable ex)