java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.ejb.CreateException
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 entity EJB object.
CreateException()
CreateException(java.lang.String message)
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CreateException()
public CreateException(java.lang.String message)