Package jakarta.faces.application
Class ViewExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.faces.FacesException
jakarta.faces.application.ViewExpiredException
- All Implemented Interfaces:
Serializable
See Javadoc of Faces Specification
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionViewExpiredException
(String viewId) ViewExpiredException
(String message, String viewId) ViewExpiredException
(String message, Throwable cause, String viewId) ViewExpiredException
(Throwable cause, String viewId) -
Method Summary
Methods inherited from class jakarta.faces.FacesException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ViewExpiredException
public ViewExpiredException() -
ViewExpiredException
-
ViewExpiredException
-
ViewExpiredException
-
ViewExpiredException
-
-
Method Details
-
getViewId
-