public class QueryTimeoutException extends PersistenceException
Constructor and Description |
---|
QueryTimeoutException() |
QueryTimeoutException(Query query) |
QueryTimeoutException(String message) |
QueryTimeoutException(String message,
Throwable cause) |
QueryTimeoutException(String message,
Throwable cause,
Query query) |
QueryTimeoutException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Query |
getQuery() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QueryTimeoutException()
public QueryTimeoutException(String message)
public QueryTimeoutException(Throwable cause)
public QueryTimeoutException(Query query)
public Query getQuery()
Copyright © 2013. All Rights Reserved.