public class GrailsDomainException extends GrailsException
Thrown when creation of the Grails domain from the Grails domain classes fails.
Modifiers | Name | Description |
---|---|---|
private static long |
serialVersionUID |
Fields inherited from class | Fields |
---|---|
class GrailsException |
serialVersionUID |
Constructor and description |
---|
GrailsDomainException
() |
GrailsDomainException
(java.lang.String message, java.lang.Throwable cause) |
GrailsDomainException
(java.lang.String message) |
GrailsDomainException
(java.lang.Throwable cause) |