IBM Rational Performance Tester SDK

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

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

public class C2InitializationException
extends C2TestgenException

This exception indicates that an error occured during the initialization of an IC2Initializable.

See Also:
Serialized Form

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

C2InitializationException

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

C2InitializationException

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

C2InitializationException

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

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.