public abstract class GrailsMVCException extends GrailsException
Thrown when an unrecoverable error occurred in the Grails MVC framework.
Modifiers | Name | Description |
---|---|---|
private static long |
serialVersionUID |
Fields inherited from class | Fields |
---|---|
class GrailsException |
serialVersionUID |
Constructor and description |
---|
GrailsMVCException
() |
GrailsMVCException
(java.lang.String message) |
GrailsMVCException
(java.lang.String message, java.lang.Throwable cause) |
GrailsMVCException
(java.lang.Throwable cause) |