public class UnsupportedQueryExecutionException extends RuntimeException
RuntimeException indicating that the Apache Geode OQL query could not be executed (i.e. handled)
by the OqlQueryExecutor.RuntimeException,
Serialized Form| Constructor and Description |
|---|
UnsupportedQueryExecutionException()
Constructs a new, uninitialized instance of
UnsupportedQueryExecutionException. |
UnsupportedQueryExecutionException(String message)
Constructs a new instance of
UnsupportedQueryExecutionException initialized with
the given message describing the exception. |
UnsupportedQueryExecutionException(String message,
Throwable cause)
Constructs a new instance of
UnsupportedQueryExecutionException initialized with
the given message describing the exception and given Throwable
as the underlying cause of this exception. |
UnsupportedQueryExecutionException(Throwable cause)
Constructs a new instance of
UnsupportedQueryExecutionException initialized with
the given Throwable as the underlying cause of this exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedQueryExecutionException()
UnsupportedQueryExecutionException.public UnsupportedQueryExecutionException(String message)
UnsupportedQueryExecutionException initialized with
the given message describing the exception.public UnsupportedQueryExecutionException(Throwable cause)
UnsupportedQueryExecutionException initialized with
the given Throwable as the underlying cause of this exception.public UnsupportedQueryExecutionException(String message, Throwable cause)
UnsupportedQueryExecutionException initialized with
the given message describing the exception and given Throwable
as the underlying cause of this exception.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.