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, resolveDetails
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QueryExecutionException(String message, Throwable cause)
message
and cause
message
- 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 null
Copyright © 2010–2022. All rights reserved.