@Deprecated public class ContinuousQueryException extends ObjectGridException
| Constructor and Description |
|---|
ContinuousQueryException(String messageCode,
Object... args)
Deprecated.
Build an exception that signals a problem when retrieving a value for
comparison from an object.
|
ContinuousQueryException(Throwable cause,
String messageCode,
Object... args)
Deprecated.
Build an exception that signals a problem when retrieving a value for
comparison from an object.
|
getCause, initCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContinuousQueryException(String messageCode, Object... args)
messageCode - a message constant that is defined in NLSConstantsargs - arguments for the corresponding messagepublic ContinuousQueryException(Throwable cause, String messageCode, Object... args)
cause - the cause of the exceptionmessageCode - a message constant that is defined in NLSConstantsargs - arguments for the corresponding message