IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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

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
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

Constructor Summary
ContinuousQueryException(String messageCode, Object... args)
          Build an exception that signals a problem when retrieving a value for comparison from an object.
ContinuousQueryException(Throwable cause, String messageCode, Object... args)
          Build an exception that signals a problem when retrieving a value for comparison from an object.
 
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

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 exception
messageCode - a message constant that is defined in NLSConstants
args - arguments for the corresponding message

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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