Class ContentProviderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TaskOutOfDateException

public class ContentProviderException extends FacesException
Exception class for content providers.
See Also:
  • Constructor Details

    • 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