public class NewInstanceCreationException extends GrailsException
Occurs when the creation of a new instance fails.
Modifiers | Name | Description |
---|---|---|
private static long |
serialVersionUID |
Fields inherited from class | Fields |
---|---|
class GrailsException |
serialVersionUID |
Constructor and description |
---|
NewInstanceCreationException
() |
NewInstanceCreationException
(java.lang.String message) |
NewInstanceCreationException
(java.lang.String message, java.lang.Throwable cause) |
NewInstanceCreationException
(java.lang.Throwable cause) |