com.ibm.websphere.workarea
Class PropertyFixed
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.exception.DistributedException
com.ibm.websphere.workarea.WorkAreaException
com.ibm.websphere.workarea.PropertyFixed
All implemented interfaces:
DistributedExceptionEnabled, java.io.Serializable
- public class PropertyFixed
- extends WorkAreaException
userWorkArea.set("key", "value", PropertyModeType.fixed) userWorkArea.remove("key");will throw a PropertyFixed exception. However, note that doing a:
userWorkArea.set("key", "value", PropertyModeType.fixed) userWorkArea.complete();will succeed; the property is considered fixed only within the boundary of the context into which it was set.
Version:
1.0
See Also:
Constructor Summary
Constructor and Description |
---|
PropertyFixed()
|
PropertyFixed(java.lang.String s)
|
Method Summary
Methods inherited from class com.ibm.websphere.exception.DistributedException |
---|
getException, getExceptionInfo, getMessage, getOriginalException, getPreviousException, printStackTrace, printStackTrace, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfo |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
PropertyFixed
- public PropertyFixed()
PropertyFixed
- public PropertyFixed(java.lang.String s)