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
 
 public class ViewExpiredException extends FacesException See Javadoc of JSF Specification- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ViewExpiredException()ViewExpiredException(String viewId)ViewExpiredException(String message, String viewId)ViewExpiredException(String message, Throwable cause, String viewId)ViewExpiredException(Throwable cause, String viewId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetViewId()- 
Methods inherited from class jakarta.faces.FacesExceptiongetCause
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-