public class FacesTestException extends RuntimeException
| Constructor and Description |
|---|
FacesTestException()
Instantiates a new faces test exception.
|
FacesTestException(String message)
Instantiates a new faces test exception.
|
FacesTestException(String message,
Throwable cause)
Instantiates a new faces test exception.
|
FacesTestException(Throwable cause)
Instantiates a new faces test exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FacesTestException()
public FacesTestException(String message)
message - the messagepublic FacesTestException(Throwable cause)
cause - the causeCopyright © 2014 JBoss by Red Hat. All Rights Reserved.