IBM Rational Performance Tester TES

com.ibm.rational.test.lt.kernel
Class DataAreaLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.rational.test.lt.kernel.DataAreaLockException
All Implemented Interfaces:
Serializable

public class DataAreaLockException
extends RuntimeException

A DataAreaLockException is thrown whenever an attempt is made to modify a locked DataArea key.

See Also:
Serialized Form

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

DataAreaLockException

public DataAreaLockException()

DataAreaLockException

public DataAreaLockException(String message)
Parameters:
message -

DataAreaLockException

public DataAreaLockException(String message,
                             Throwable cause)
Parameters:
message -
cause -

DataAreaLockException

public DataAreaLockException(Throwable cause)
Parameters:
cause -

IBM Rational Performance Tester TES

© Copyright IBM Corp. 2012. All rights reserved.