public class CreateException
extends java.lang.Exception
This exception is used as a standard application-level exception to report a failure to create an EJB object or local object.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
CreateException()
Constructs a CreateException with no detail message.
|
CreateException(java.lang.String message)
Constructs a CreateException with the specified
detail message.
|
private static final long serialVersionUID