IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.testgen.core2
Class C2TestgenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.rational.test.lt.testgen.core2.C2TestgenException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
C2InitializationException

public class C2TestgenException
extends Exception

This exception indicates that an error occured during processing somewhere within the testgen sub-system.

See Also:
Serialized Form

Constructor Summary
C2TestgenException(String message)
           
C2TestgenException(String message, Throwable cause)
           
C2TestgenException(Throwable cause)
           
 
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

C2TestgenException

public C2TestgenException(String message)
Parameters:
message - string to associate with the exception

C2TestgenException

public C2TestgenException(String message,
                          Throwable cause)
Parameters:
message - string to associate with the exception
cause - exception being propagated

C2TestgenException

public C2TestgenException(Throwable cause)
Parameters:
cause - exception being propagated

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.