org.codehaus.groovy.grails.orm.hibernate.exceptions
Class GrailsQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.grails.exceptions.GrailsException
org.codehaus.groovy.grails.orm.hibernate.exceptions.GrailsQueryException
- All Implemented Interfaces:
- Serializable
public class GrailsQueryException
- extends GrailsException
Base exception class for errors related to Domain class queries in Grails.
- Author:
- Graeme Rocher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GrailsQueryException
public GrailsQueryException()
GrailsQueryException
public GrailsQueryException(String message,
Throwable cause)
GrailsQueryException
public GrailsQueryException(String message)
GrailsQueryException
public GrailsQueryException(Throwable cause)