com.screamingcoder.plebeians.discovery
Class WebBeanDiscoveryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.screamingcoder.plebeians.discovery.WebBeanDiscoveryException
All Implemented Interfaces:
java.io.Serializable

public class WebBeanDiscoveryException
extends java.lang.RuntimeException

Thrown if there's an error during Web Bean discoery that will stop the manager from starting up.

See Also:
Serialized Form

Constructor Summary
WebBeanDiscoveryException(java.lang.String message)
           
WebBeanDiscoveryException(java.lang.String message, java.lang.Throwable cause)
           
WebBeanDiscoveryException(java.lang.Throwable cause)
           
 
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

WebBeanDiscoveryException

public WebBeanDiscoveryException(java.lang.Throwable cause)

WebBeanDiscoveryException

public WebBeanDiscoveryException(java.lang.String message,
                                 java.lang.Throwable cause)

WebBeanDiscoveryException

public WebBeanDiscoveryException(java.lang.String message)