public class CreateException
extends java.lang.Exception
This exception is used as a standard application-level exception to report a failure to create an enterprise bean object or local object.
Constructor and Description |
---|
CreateException()
Constructs a CreateException with no detail message.
|
CreateException(java.lang.String message)
Constructs a CreateException with the specified detail message.
|