net.sourceforge.smile.exception
Class ManagedBeanCreationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.faces.FacesException
                  extended bynet.sourceforge.smile.exception.SmileException
                      extended bynet.sourceforge.smile.exception.ManagedBeanCreationException
All Implemented Interfaces:
java.io.Serializable

public class ManagedBeanCreationException
extends SmileException

Author:
codehawk This exception gets thrown by the managed bean creation facility, if creation of a managed bean fails.
See Also:
Serialized Form

Constructor Summary
ManagedBeanCreationException()
           
ManagedBeanCreationException(java.lang.String s)
           
ManagedBeanCreationException(java.lang.String msg, java.lang.Throwable cause)
           
ManagedBeanCreationException(java.lang.Throwable cause)
           
 
Methods inherited from class javax.faces.FacesException
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagedBeanCreationException

public ManagedBeanCreationException()

ManagedBeanCreationException

public ManagedBeanCreationException(java.lang.Throwable cause)

ManagedBeanCreationException

public ManagedBeanCreationException(java.lang.String msg,
                                    java.lang.Throwable cause)

ManagedBeanCreationException

public ManagedBeanCreationException(java.lang.String s)