javax.faces

Class FacesException

public class FacesException extends RuntimeException

Version: $Revision: 225333 $ $Date: 2005-07-26 17:49:19 +0200 (Tue, 26 Jul 2005) $

Author: Manfred Geiler (latest modification by $Author: bdudney $)

Constructor Summary
FacesException()
FacesException(Throwable cause)
FacesException(String message)
FacesException(String message, Throwable cause)
Method Summary
ThrowablegetCause()

Constructor Detail

FacesException

public FacesException()

FacesException

public FacesException(Throwable cause)

FacesException

public FacesException(String message)

FacesException

public FacesException(String message, Throwable cause)

Method Detail

getCause

public Throwable getCause()