javax.enterprise.deploy.spi.exceptions
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.enterprise.deploy.spi.exceptions.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.Exception

This exception reports errors in generating a configuration bean.

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Laurent Etiemble
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Creates new ConfigurationException without detail message.
ConfigurationException(java.lang.String msg)
          Constructs an ConfigurationException with the specified detail message.
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Constructor for the ConfigurationException object
ConfigurationException(java.lang.Throwable cause)
          Constructor for the ConfigurationException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Creates new ConfigurationException without detail message.


ConfigurationException

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

Parameters:
msg - the detail message.

ConfigurationException

public ConfigurationException(java.lang.Throwable cause)
Constructor for the ConfigurationException object

Parameters:
cause - Description of the Parameter

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause)
Constructor for the ConfigurationException object

Parameters:
message - Description of the Parameter
cause - Description of the Parameter


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.