|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFacesException
com.webmethods.caf.faces.data.ContentProviderException
public class ContentProviderException
Exception class for content providers.
Constructor Summary | |
---|---|
ContentProviderException()
Create an empty exception. |
|
ContentProviderException(String arg0)
Create an exception with a message. |
|
ContentProviderException(String arg0,
Throwable arg1)
Create an exception from a Throwable instance and with a
message. |
|
ContentProviderException(Throwable arg0)
Create an exception from a Throwable instance. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentProviderException()
public ContentProviderException(String arg0)
arg0
- String
messagepublic ContentProviderException(Throwable arg0)
Throwable
instance.
arg0
- Throwable
exceptionpublic ContentProviderException(String arg0, Throwable arg1)
Throwable
instance and with a
message.
arg0
- String
messagearg1
- Throwable
exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |