public abstract class GrailsException extends RuntimeException
Base class for all Grails exceptions that are not recoverable.
Constructor and description |
---|
GrailsException() |
GrailsException(String message) |
GrailsException(String message, Throwable cause) |
GrailsException(Throwable cause) |
Methods inherited from class | Name |
---|---|
class RuntimeException |
addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |