IBM Rational Performance Tester SDK

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

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

public class UnsupportedPropertyException
extends Exception

Exception thrown by a delegate when an attempt to set or get an unsupported property is made.

See Also:
IRecordingComponentDelegate.getProperty(String), IRecordingComponentDelegate#setProperty(String, String), Serialized Form

Constructor Summary
protected UnsupportedPropertyException()
           
  UnsupportedPropertyException(String propertyName)
           
 
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

UnsupportedPropertyException

protected UnsupportedPropertyException()

UnsupportedPropertyException

public UnsupportedPropertyException(String propertyName)

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.