public class QueryExecutionException extends HandlerExecutionException
writableStackTrace
parameter.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 , cause and details . |
QueryExecutionException(String message,
Throwable cause,
Object details,
boolean writableStackTrace)
Initializes the exception with given
message , cause , details and
writableStackTrace |
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
, 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
)public QueryExecutionException(String message, Throwable cause, Object details, boolean writableStackTrace)
message
, cause
, details
and
writableStackTrace
message
- Message explaining the context of the errorcause
- The underlying cause of the invocation failuredetails
- An object providing more error details (may be null
)writableStackTrace
- Whether the stack trace should be generated (true
) or not (false
)Copyright © 2010–2023. All rights reserved.