IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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

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.ContinuousQueryGetValueException
All Implemented Interfaces:
IObjectGridException, Serializable

public class ContinuousQueryGetValueException
extends ContinuousQueryException

A ContinuousQueryGetValueException exception is thrown when there is problem retrieving value for continuous query comparison.

Since:
8.6
See Also:
Serialized Form

Constructor Summary
ContinuousQueryGetValueException(String messageCode, Object... args)
           
ContinuousQueryGetValueException(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

ContinuousQueryGetValueException

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

ContinuousQueryGetValueException

public ContinuousQueryGetValueException(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.