javax.enterprise.deploy.model.exceptions

Class DDBeanCreateException


public class DDBeanCreateException
extends Exception

This exception reports errors in generating a DDBean.
Since:
1.1

Constructor Summary

DDBeanCreateException()
Creates new DDBeanCreateException without detail message.
DDBeanCreateException(String msg)
Constructs an DDBeanCreateException with the specified detail message.

Constructor Details

DDBeanCreateException

public DDBeanCreateException()
Creates new DDBeanCreateException without detail message.

DDBeanCreateException

public DDBeanCreateException(String msg)
Constructs an DDBeanCreateException with the specified detail message.
Parameters:
msg - the detail message.