IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.core.extensibility
Class DelegateInitializeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.rational.test.lt.recorder.core.extensibility.DelegateInitializeException
All Implemented Interfaces:
Serializable

public class DelegateInitializeException
extends Exception

Exception thrown by a IRecordingComponentDelegate in its initialize method if the delegate cannot initialize or can determine at initialization that it will not be able to run.

See Also:
Serialized Form

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

DelegateInitializeException

public DelegateInitializeException()

DelegateInitializeException

public DelegateInitializeException(String message,
                                   Throwable cause)

DelegateInitializeException

public DelegateInitializeException(String message)

DelegateInitializeException

public DelegateInitializeException(Throwable cause)

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.