org.apache.webbeans.exception
Class WebBeansException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.webbeans.exception.WebBeansException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentNotFoundException, ContextRemoveException, ResolutionByNameException, WebBeansCreationException

public class WebBeansException
extends RuntimeException

Author:
Administrator
See Also:
Serialized Form

Constructor Summary
WebBeansException(String message)
           
WebBeansException(String message, Throwable e)
           
WebBeansException(Throwable e)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

WebBeansException

public WebBeansException(String message)

WebBeansException

public WebBeansException(Throwable e)

WebBeansException

public WebBeansException(String message,
                         Throwable e)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


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