com.webmethods.caf.faces.data
Class ContentProviderException

java.lang.Object
  extended by FacesException
      extended by com.webmethods.caf.faces.data.ContentProviderException
Direct Known Subclasses:
TaskOutOfDateException

public class ContentProviderException
extends FacesException

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

ContentProviderException

public ContentProviderException()
Create an empty exception.


ContentProviderException

public ContentProviderException(String arg0)
Create an exception with a message.

Parameters:
arg0 - String message

ContentProviderException

public ContentProviderException(Throwable arg0)
Create an exception from a Throwable instance.

Parameters:
arg0 - Throwable exception

ContentProviderException

public ContentProviderException(String arg0,
                                Throwable arg1)
Create an exception from a Throwable instance and with a message.

Parameters:
arg0 - String message
arg1 - Throwable exception