com.ibm.xsp.page
Class PageNotFoundException

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 com.ibm.xsp.FacesExceptionEx
                      extended by com.ibm.xsp.page.FacesPageException
                          extended by com.ibm.xsp.page.PageNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PageNotFoundException
extends FacesPageException

An exception used to return a 404 not found status.

See Also:
Serialized Form

Constructor Summary
PageNotFoundException(java.lang.String message)
           
PageNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
PageNotFoundException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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

PageNotFoundException

public PageNotFoundException(java.lang.String message,
                             java.lang.Throwable cause)
Parameters:
message -
cause -

PageNotFoundException

public PageNotFoundException(java.lang.String message)
Parameters:
message -

PageNotFoundException

public PageNotFoundException(java.lang.Throwable cause)
Parameters:
cause -