public class DataAreaLockException extends RuntimeException
DataAreaLockException is thrown whenever an attempt is made to modify a locked DataArea key.| Constructor and Description |
|---|
DataAreaLockException() |
DataAreaLockException(String message) |
DataAreaLockException(String message,
Throwable cause) |
DataAreaLockException(Throwable cause) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataAreaLockException()
public DataAreaLockException(String message)
message - public DataAreaLockException(String message, Throwable cause)
message - cause - public DataAreaLockException(Throwable cause)
cause - © Copyright IBM Corp. 2013. All rights reserved.