IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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

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

public class ContinuousQueryIncompatibleDuplicateException
extends ContinuousQueryException

A ContinuousQueryIncompatibleDuplicateException is thrown when the continuous query being defined has the same generated name as an existing query defined on the map, but the filter chains differ.

Since:
8.6
See Also:
Serialized Form

Constructor Summary
ContinuousQueryIncompatibleDuplicateException(String mapName, String topicName, ContinuousQueryFilter existingFilter, ContinuousQueryFilter newFilter)
           
 
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

ContinuousQueryIncompatibleDuplicateException

public ContinuousQueryIncompatibleDuplicateException(String mapName,
                                                     String topicName,
                                                     ContinuousQueryFilter existingFilter,
                                                     ContinuousQueryFilter newFilter)

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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