javax.enterprise.deploy.model.exceptions
Class DDBeanCreateException
Exceptionjavax.enterprise.deploy.model.exceptions.DDBeanCreateException
public class DDBeanCreateException
extends Exception
This exception reports errors in generating a DDBean.
DDBeanCreateException
public DDBeanCreateException()
Creates new DDBeanCreateException without detail message.
DDBeanCreateException
public DDBeanCreateException(String msg)
Constructs an DDBeanCreateException with the
specified detail message.
msg - the detail message.