javax.persistence
Class QueryTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.persistence.PersistenceException
                  extended by javax.persistence.QueryTimeoutException
All Implemented Interfaces:
Serializable

public class QueryTimeoutException
extends PersistenceException

See Also:
Serialized Form

Constructor Summary
QueryTimeoutException()
           
QueryTimeoutException(Query query)
           
QueryTimeoutException(String message)
           
QueryTimeoutException(String message, Throwable cause)
           
QueryTimeoutException(String message, Throwable cause, Query query)
           
QueryTimeoutException(Throwable cause)
           
 
Method Summary
 Query getQuery()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getQuery

public Query getQuery()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.