org.apache.myfaces.shared_orchestra.util
Class ViewExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
org.apache.myfaces.shared_orchestra.util.ViewExpiredException
- All Implemented Interfaces:
- Serializable
public class ViewExpiredException
- extends javax.faces.FacesException
- See Also:
- Serialized Form
Methods inherited from class javax.faces.FacesException |
getCause |
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)
getViewId
public String getViewId()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.