com.ibm.rational.test.lt.kernel
Class DataAreaLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
-
© Copyright IBM Corp. 2012. All rights reserved.