org.apache.myfaces.shared_impl.util
Class ViewExpiredException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               javax.faces.FacesException
javax.faces.FacesException
                   org.apache.myfaces.shared_impl.util.ViewExpiredException
org.apache.myfaces.shared_impl.util.ViewExpiredException
- All Implemented Interfaces: 
- java.io.Serializable
- public class ViewExpiredException 
- extends javax.faces.FacesException
- See Also:
- Serialized Form
 
 
| 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 | 
 
ViewExpiredException
public ViewExpiredException()
ViewExpiredException
public ViewExpiredException(java.lang.String viewId)
ViewExpiredException
public ViewExpiredException(java.lang.String message,
                            java.lang.String viewId)
ViewExpiredException
public ViewExpiredException(java.lang.String message,
                            java.lang.Throwable cause,
                            java.lang.String viewId)
ViewExpiredException
public ViewExpiredException(java.lang.Throwable cause,
                            java.lang.String viewId)
getViewId
public java.lang.String getViewId()
- 
 
getMessage
public java.lang.String getMessage()
- 
- Overrides:
- getMessagein class- java.lang.Throwable
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.