Package com.sun.faces.mgbean
Class ManagedBeanCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.faces.FacesException
com.sun.faces.mgbean.ManagedBeanCreationException
- All Implemented Interfaces:
Serializable
public class ManagedBeanCreationException extends FacesException
Indicates an error in the ManagedBean, be it a user error or runtime error.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ManagedBeanCreationException()
ManagedBeanCreationException(String message)
ManagedBeanCreationException(String message, Throwable t)
ManagedBeanCreationException(Throwable t)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ManagedBeanCreationException
public ManagedBeanCreationException() -
ManagedBeanCreationException
-
ManagedBeanCreationException
-
ManagedBeanCreationException
-