javax.persistence
Class QueryTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.persistence.PersistenceException
javax.persistence.QueryTimeoutException
- All Implemented Interfaces:
- Serializable
public class QueryTimeoutException
- extends PersistenceException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryTimeoutException
public QueryTimeoutException()
QueryTimeoutException
public QueryTimeoutException(String message)
QueryTimeoutException
public QueryTimeoutException(String message,
Throwable cause)
QueryTimeoutException
public QueryTimeoutException(Throwable cause)
QueryTimeoutException
public QueryTimeoutException(Query query)
QueryTimeoutException
public QueryTimeoutException(String message,
Throwable cause,
Query query)
getQuery
public Query getQuery()
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.