com.ibm.websphere.objectgrid.continuousquery.exception
Class ContinuousQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.objectgrid.ObjectGridException
com.ibm.websphere.objectgrid.continuousquery.exception.ContinuousQueryException
- All Implemented Interfaces:
- IObjectGridException, Serializable
- Direct Known Subclasses:
- ContinuousQueryAttributePathException, ContinuousQueryGetValueException, ContinuousQueryIncompatibleDuplicateException
public class ContinuousQueryException
- extends ObjectGridException
Represents a general class of failures which can occur during Continuous Query processing.
- Since:
- 8.6
- See Also:
- Serialized Form
ContinuousQueryException
public ContinuousQueryException(String messageCode,
Object... args)
- Build an exception that signals a problem when retrieving a value for
comparison from an object.
- Parameters:
messageCode
- a message constant that is defined in NLSConstants
args
- arguments for the corresponding message
ContinuousQueryException
public ContinuousQueryException(Throwable cause,
String messageCode,
Object... args)
- Build an exception that signals a problem when retrieving a value for
comparison from an object.
- Parameters:
cause
- the cause of the exceptionmessageCode
- a message constant that is defined in NLSConstants
args
- arguments for the corresponding message
© Copyright International Business Machines Corp 2005,2012. All rights reserved.