public class UnsupportedQueryException extends DataStoreException
Defined in the sis-storage module
| Constructor and Description |
|---|
UnsupportedQueryException()
Creates an exception with no cause and no details message.
|
UnsupportedQueryException(String message)
Creates an exception with the specified details message.
|
UnsupportedQueryException(String message,
Throwable cause)
Creates an exception with the specified details message and cause.
|
UnsupportedQueryException(Throwable cause)
Creates an exception with the specified cause and no details message.
|
getInternationalMessage, getLocalizedMessage, getMessage, initCauseaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedQueryException()
public UnsupportedQueryException(String message)
message - the detail message.public UnsupportedQueryException(Throwable cause)
cause - the cause for this exception.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.