javax.faces.application
Class ViewExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by javax.faces.application.ViewExpiredException
All Implemented Interfaces:
Serializable

public class ViewExpiredException
extends FacesException

See Javadoc of JSF Specification

Author:
Stan Silvert
See Also:
Serialized Form

Constructor Summary
ViewExpiredException()
           
ViewExpiredException(String viewId)
           
ViewExpiredException(String message, String viewId)
           
ViewExpiredException(String message, Throwable cause, String viewId)
           
ViewExpiredException(Throwable cause, String viewId)
           
 
Method Summary
 String getMessage()
           
 String getViewId()
           
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewExpiredException

public ViewExpiredException()

ViewExpiredException

public ViewExpiredException(String viewId)

ViewExpiredException

public ViewExpiredException(String message,
                            String viewId)

ViewExpiredException

public ViewExpiredException(String message,
                            Throwable cause,
                            String viewId)

ViewExpiredException

public ViewExpiredException(Throwable cause,
                            String viewId)
Method Detail

getViewId

public String getViewId()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.