com.ibm.websphere.objectgrid.continuousquery.exception
Class ContinuousQueryGetValueException
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.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
ContinuousQueryGetValueException
public ContinuousQueryGetValueException(String messageCode,
Object... args)
- See Also:
ContinuousQueryException
ContinuousQueryGetValueException
public ContinuousQueryGetValueException(Throwable cause,
String messageCode,
Object... args)
- See Also:
ContinuousQueryException
© Copyright International Business Machines Corp 2005,2012. All rights reserved.