public class QueryInputException extends ForemanSetupException
| Constructor and Description |
|---|
QueryInputException() |
QueryInputException(String message) |
QueryInputException(String message,
Throwable cause) |
QueryInputException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
QueryInputException(Throwable cause) |
fromThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryInputException()
public QueryInputException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public QueryInputException(String message)
public QueryInputException(Throwable cause)
Copyright © 2022 The Apache Software Foundation. All rights reserved.