org.apache.webbeans.exception
Class WebBeansConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.webbeans.exception.inject.DefinitionException
                  extended by org.apache.webbeans.exception.WebBeansConfigurationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WebBeansPassivationException

public class WebBeansConfigurationException
extends DefinitionException

Exception that is thrown by the web beans container at the intialization time.

Since:
1.0
Author:
Gurkan Erdogdu
See Also:
Serialized Form

Constructor Summary
WebBeansConfigurationException()
           
WebBeansConfigurationException(String message)
           
WebBeansConfigurationException(String message, Throwable e)
           
WebBeansConfigurationException(Throwable e)
           
 
Method Summary
 
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

WebBeansConfigurationException

public WebBeansConfigurationException()

WebBeansConfigurationException

public WebBeansConfigurationException(String message)

WebBeansConfigurationException

public WebBeansConfigurationException(Throwable e)

WebBeansConfigurationException

public WebBeansConfigurationException(String message,
                                      Throwable e)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.