com.ibm.rational.test.lt.recorder.core.extensibility
Class DelegateInitializeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DelegateInitializeException
public DelegateInitializeException()
DelegateInitializeException
public DelegateInitializeException(String message,
Throwable cause)
DelegateInitializeException
public DelegateInitializeException(String message)
DelegateInitializeException
public DelegateInitializeException(Throwable cause)
© Copyright IBM Corp. 2012. All rights reserved.