public class QueryExecutionException extends HandlerExecutionException
| Constructor and Description |
|---|
QueryExecutionException(String message,
Throwable cause)
Initializes the exception with given
message and cause |
QueryExecutionException(String message,
Throwable cause,
Object details)
Initializes the exception with given
message and cause and details. |
getDetails, resolveDetailsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryExecutionException(String message, Throwable cause)
message and causemessage - Message explaining the context of the errorcause - The underlying cause of the invocation failurepublic QueryExecutionException(String message, Throwable cause, Object details)
message and cause and details.message - Message explaining the context of the errorcause - The underlying cause of the invocation failuredetails - An object providing more error details (may be nullCopyright © 2010–2020. All rights reserved.