java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.ejb.CreateException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateKeyException
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.
| Fields inherited from java.lang.Exception: |
|---|
| serialVersionUID |
| Constructor: |
|---|
|
|
| Methods from java.lang.Throwable: |
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |