Class QueryTimeoutException

java.lang.Object
All Implemented Interfaces:
Serializable

public class QueryTimeoutException extends PersistenceException
Thrown by the persistence provider when a query times out and only the statement is rolled back. The current transaction, if one is active, will be not be marked for rollback.
Since:
2.0
See Also: