FileDocCategorySizeDatePackage
ConfigurationException.javaAPI DocGlassfish v2 API2521Fri May 04 22:35:50 BST 2007javax.enterprise.deploy.spi.exceptions

ConfigurationException

public class ConfigurationException extends Exception
This exception reports errors in generating a configuration bean.
author
gfink

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

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

param
msg the detail message.

        super(msg);
    
Methods Summary