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 SummaryConstructorsConstructorDescriptionViewExpiredException(String viewId) ViewExpiredException(String message, String viewId) ViewExpiredException(String message, Throwable cause, String viewId) ViewExpiredException(Throwable cause, String viewId) 
- 
Method SummaryMethods inherited from class jakarta.faces.FacesExceptiongetCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ViewExpiredExceptionpublic ViewExpiredException()
- 
ViewExpiredException
- 
ViewExpiredException
- 
ViewExpiredException
- 
ViewExpiredException
 
- 
- 
Method Details- 
getViewId
 
-