Package com.webmethods.caf.faces.data
Class ContentProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
com.webmethods.caf.faces.data.ContentProviderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TaskOutOfDateException
Exception class for content providers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty exception.Create an exception with a message.ContentProviderException
(String arg0, Throwable arg1) Create an exception from aThrowable
instance and with a message.Create an exception from aThrowable
instance. -
Method Summary
Methods inherited from class javax.faces.FacesException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContentProviderException
public ContentProviderException()Create an empty exception. -
ContentProviderException
Create an exception with a message.- Parameters:
arg0
-String
message
-
ContentProviderException
Create an exception from aThrowable
instance.- Parameters:
arg0
-Throwable
exception
-
ContentProviderException
Create an exception from aThrowable
instance and with a message.- Parameters:
arg0
-String
messagearg1
-Throwable
exception
-