javax.enterprise.deploy.model.exceptions
public class DDBeanCreateException extends Exception
Since: 1.1
| Constructor Summary | |
|---|---|
| DDBeanCreateException()
Creates new DDBeanCreateException without detail message. | |
| DDBeanCreateException(String msg)
Constructs an DDBeanCreateException with the
specified detail message.
| |
DDBeanCreateException without detail message.DDBeanCreateException with the
specified detail message.
Parameters: msg the detail message.