|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.faces.FacesException com.ibm.xsp.FacesExceptionEx com.ibm.xsp.page.FacesPageException
public class FacesPageException
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 |
---|
public FacesPageException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public FacesPageException(java.lang.String message)
message
- public FacesPageException(java.lang.Throwable cause)
cause
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |