The CreateException exception must be included in the throws clauses of all
create methods defined in an enterprise Bean's home interface.
This exception is used as a standard application-level exception to report a
failure to create an EJB object.
See Also:EJB 3.0 specification author: Florent Benoit
Constructor Summary
public
CreateException() Default constructor : builds an exception with an empty message.