com.logabit.webtools.patchwork.content
Class ContentProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.logabit.webtools.patchwork.content.ContentProviderException
All Implemented Interfaces:
java.io.Serializable

public class ContentProviderException
extends java.lang.Exception

Will be thrown if something went wrong during creation of the content object.

Author:
Stephan Niedermeier
See Also:
Serialized Form

Constructor Summary
ContentProviderException()
           
ContentProviderException(java.lang.String message)
           
ContentProviderException(java.lang.String message, java.lang.Throwable cause)
           
ContentProviderException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ContentProviderException

public ContentProviderException()

ContentProviderException

public ContentProviderException(java.lang.String message,
                                java.lang.Throwable cause)

ContentProviderException

public ContentProviderException(java.lang.String message)

ContentProviderException

public ContentProviderException(java.lang.Throwable cause)


Copyright © 2007. All Rights Reserved.