com.ibm.websphere.cem.exception
Class FixedPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibm.websphere.cem.exception.WEIContextException
                  extended bycom.ibm.websphere.cem.exception.FixedPropertyException
All Implemented Interfaces:
java.io.Serializable

public class FixedPropertyException
extends WEIContextException

Indicates that the property could not be cleared because its mode is fixed. The most likely explanation is that the WebSphere WorkArea has been corrupted by another part of the application

See the message contained in the exception for more information.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.websphere.cem.exception.WEIContextException
MESSAGE_FILE, TRC_COMPID
 
Constructor Summary
FixedPropertyException(java.lang.String s)
           
 
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

FixedPropertyException

public FixedPropertyException(java.lang.String s)