public class NoQueryEngineException extends RuntimeException
| Constructor and Description |
|---|
NoQueryEngineException()
Creates a new instance of
NoQueryEngineException without detail message. |
NoQueryEngineException(String msg)
Constructs an instance of
NoQueryEngineException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoQueryEngineException()
NoQueryEngineException without detail message.public NoQueryEngineException(String msg)
NoQueryEngineException with the specified detail message.msg - the detail message.Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.