All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.ejb.CreateException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----javax.ejb.CreateException

public class CreateException
extends Exception
The CreateException exception should be included in the throws clause of the create(...) methods of entity enterprise beans. The exception is used as a standard application-level exception to report a failure to create an entity EJB object.


Constructor Index

 o CreateException()
Constructs an CreateException with no detail message.
 o CreateException(String)
Constructs an CreateException with the specified detail message.

Constructors

 o CreateException
 public CreateException()
Constructs an CreateException with no detail message.

 o CreateException
 public CreateException(String message)
Constructs an CreateException with the specified detail message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index