IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.services
Class TestManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.rational.test.ft.services.TestManagerException
All Implemented Interfaces:
java.io.Serializable

public class TestManagerException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
static int ECREATESS
           
static int ECREATEST
           
static int EDELETESS
           
static int EDELETEST
           
static int EDSDNULL
           
static int EDSDPJNMNULL
           
static int EDSDSSIDNULL
           
static int ENOTLOGGEDIN
           
static int EPJNMNULL
           
static int ERESETDATAPATH
           
 int errorCode
           
static int ESSNULL
           
 
Constructor Summary
TestManagerException()
           
TestManagerException(int errorCode, java.lang.String msg)
           
TestManagerException(java.lang.String msg)
           
 
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
 

Field Detail

EDSDNULL

public static final int EDSDNULL
See Also:
Constant Field Values

ECREATEST

public static final int ECREATEST
See Also:
Constant Field Values

EDELETEST

public static final int EDELETEST
See Also:
Constant Field Values

EDSDPJNMNULL

public static final int EDSDPJNMNULL
See Also:
Constant Field Values

EPJNMNULL

public static final int EPJNMNULL
See Also:
Constant Field Values

EDSDSSIDNULL

public static final int EDSDSSIDNULL
See Also:
Constant Field Values

ESSNULL

public static final int ESSNULL
See Also:
Constant Field Values

EDELETESS

public static final int EDELETESS
See Also:
Constant Field Values

ERESETDATAPATH

public static final int ERESETDATAPATH
See Also:
Constant Field Values

ECREATESS

public static final int ECREATESS
See Also:
Constant Field Values

ENOTLOGGEDIN

public static final int ENOTLOGGEDIN
See Also:
Constant Field Values

errorCode

public int errorCode
Constructor Detail

TestManagerException

public TestManagerException()

TestManagerException

public TestManagerException(java.lang.String msg)

TestManagerException

public TestManagerException(int errorCode,
                            java.lang.String msg)