|
RichFaces Core API 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
org.richfaces.application.ServiceException
public class ServiceException
Exception fired by service tracker if it cannot create requested service.
| Constructor Summary | |
|---|---|
ServiceException()
|
|
ServiceException(String message)
|
|
ServiceException(String message,
Throwable cause)
|
|
ServiceException(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 ServiceException()
public ServiceException(String message)
message - public ServiceException(Throwable cause)
cause -
public ServiceException(String message,
Throwable cause)
message - cause -
|
RichFaces Core API 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||