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:
- java.io.Serializable
- public class DataAreaLockException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataAreaLockException
public DataAreaLockException()
DataAreaLockException
public DataAreaLockException(java.lang.String message)
- Parameters:
message
-
DataAreaLockException
public DataAreaLockException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
DataAreaLockException
public DataAreaLockException(java.lang.Throwable cause)
- Parameters:
cause
-
Copyright (c) IBM Corp. and others 2005. All rights reserved