com.ibm.websphere.cem.exception
Class WEIContextException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibm.websphere.cem.exception.WEIContextException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateIdentifierException, FixedPropertyException, InvalidParameterException, LocationException, NoActiveContextException, PropertyUnavailableException, ReadonlyPropertyException, WrongProcessException, XMLParseException

public class WEIContextException
extends java.lang.RuntimeException

Provides a root for all exceptions thrown by the Business Context Data Service (BCDS).

See the message contained in the exception for more information.

See Also:
Serialized Form

Field Summary
static java.lang.String MESSAGE_FILE
           
static java.lang.String TRC_COMPID
           
 
Constructor Summary
WEIContextException(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
 

Field Detail

MESSAGE_FILE

public static final java.lang.String MESSAGE_FILE
See Also:
Constant Field Values

TRC_COMPID

public static final java.lang.String TRC_COMPID
See Also:
Constant Field Values
Constructor Detail

WEIContextException

public WEIContextException(java.lang.String s)