com.ibm.xsp.page
Class FacesPageException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PageNotFoundException

public class FacesPageException
extends FacesExceptionEx

See Also:
Serialized Form

Constructor Summary
FacesPageException(java.lang.String message)
           
FacesPageException(java.lang.String message, java.lang.Throwable cause)
           
FacesPageException(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

FacesPageException

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

FacesPageException

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

FacesPageException

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