org.hibernate.hql
Class QueryExecutionRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hibernate.HibernateException
                  extended by org.hibernate.QueryException
                      extended by org.hibernate.hql.QueryExecutionRequestException
All Implemented Interfaces:
Serializable

public class QueryExecutionRequestException
extends QueryException

Expecting to execute an illegal operation regarding the query type

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
QueryExecutionRequestException(String message, String queryString)
           
 
Method Summary
 
Methods inherited from class org.hibernate.QueryException
getMessage, getQueryString, setQueryString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

QueryExecutionRequestException

public QueryExecutionRequestException(String message,
                                      String queryString)


Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved