org.hibernate
Class QueryParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.QueryException
org.hibernate.QueryParameterException
- All Implemented Interfaces:
- java.io.Serializable
public class QueryParameterException
- extends QueryException
Parameter invalid or not found in the query
- Author:
- Emmanuel Bernard
- See Also:
- Serialized Form
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 |
QueryParameterException
public QueryParameterException(java.lang.Exception e)
QueryParameterException
public QueryParameterException(java.lang.String message)
QueryParameterException
public QueryParameterException(java.lang.String message,
java.lang.Throwable e)
QueryParameterException
public QueryParameterException(java.lang.String message,
java.lang.String queryString)
Copyright © 2009 Hibernate.org. All Rights Reserved.