Package com.linecorp.centraldogma.common
Class QueryExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.centraldogma.common.CentralDogmaException
com.linecorp.centraldogma.common.QueryExecutionException
- All Implemented Interfaces:
Serializable
public class QueryExecutionException extends CentralDogmaException
A
CentralDogmaException
that is raised when the evaluation of a Query
has failed.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description QueryExecutionException()
Creates a new instance.QueryExecutionException(String message)
Creates a new instance.QueryExecutionException(String message, boolean writableStackTrace)
Creates a new instance.QueryExecutionException(String message, Throwable cause)
Creates a new instance.protected
QueryExecutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Creates a new instance.QueryExecutionException(Throwable cause)
Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryExecutionException
public QueryExecutionException()Creates a new instance. -
QueryExecutionException
Creates a new instance. -
QueryExecutionException
Creates a new instance. -
QueryExecutionException
Creates a new instance. -
QueryExecutionException
Creates a new instance.- Parameters:
message
- the detail messagewritableStackTrace
- whether or not the stack trace should be writable
-
QueryExecutionException
protected QueryExecutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Creates a new instance.
-