FileDocCategorySizeDatePackage
DDBeanCreateException.javaAPI DocGlassfish v2 API2514Fri May 04 22:35:48 BST 2007javax.enterprise.deploy.model.exceptions

DDBeanCreateException

public class DDBeanCreateException extends Exception
This exception reports errors in generating a DDBean.
author
gfink

Fields Summary
Constructors Summary
public DDBeanCreateException()
Creates new DDBeanCreateException without detail message.

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

param
msg the detail message.

        super(msg);
    
Methods Summary