public class CreateException
extends java.lang.Exception
The CreateException exception must be included in the throws clauses of all create(...) methods define in an enterprise Bean's remote interface.
The exception is used as a standard application-level exception to report a failure to create an entity EJB object.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
CreateException()
Constructs an CreateException with no detail message.
|
CreateException(java.lang.String message)
Constructs an CreateException with the specified detail message.
|
private static final long serialVersionUID