com.ibm.websphere.objectgrid.continuousquery.exception
Class ContinuousQueryIncompatibleDuplicateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.objectgrid.ObjectGridException
com.ibm.websphere.objectgrid.continuousquery.exception.ContinuousQueryException
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
ContinuousQueryIncompatibleDuplicateException
public ContinuousQueryIncompatibleDuplicateException(String mapName,
String topicName,
ContinuousQueryFilter existingFilter,
ContinuousQueryFilter newFilter)
© Copyright International Business Machines Corp 2005,2012. All rights reserved.