IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.continuousquery.exception
Class ContinuousQueryAttributePathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.objectgrid.ObjectGridException
              extended by com.ibm.websphere.objectgrid.continuousquery.exception.ContinuousQueryException
                  extended by com.ibm.websphere.objectgrid.continuousquery.exception.ContinuousQueryAttributePathException
All Implemented Interfaces:
IObjectGridException, Serializable

public class ContinuousQueryAttributePathException
extends ContinuousQueryException

A ContinuousQueryGetValueException exception is thrown when there is problem processing the attribute path used to retrieve cache entry attribute for continuous query comparison.

Since:
8.6
See Also:
Serialized Form

Constructor Summary
ContinuousQueryAttributePathException(String messageCode, Object... args)
           
ContinuousQueryAttributePathException(Throwable cause, String messageCode, Object... args)
           
 
Method Summary
 
Methods inherited from class com.ibm.websphere.objectgrid.ObjectGridException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContinuousQueryAttributePathException

public ContinuousQueryAttributePathException(String messageCode,
                                             Object... args)
See Also:
ContinuousQueryException

ContinuousQueryAttributePathException

public ContinuousQueryAttributePathException(Throwable cause,
                                             String messageCode,
                                             Object... args)
See Also:
ContinuousQueryException

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.