org.jboss.portal.widget.exceptions
Class WidgetFetchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.portal.widget.exceptions.WidgetException
              extended by org.jboss.portal.widget.exceptions.WidgetFetchException
All Implemented Interfaces:
java.io.Serializable

public class WidgetFetchException
extends WidgetException

Version:
$Revision$
Author:
Emanuel Muckenhuber
See Also:
Serialized Form

Constructor Summary
WidgetFetchException(java.lang.String message)
           
WidgetFetchException(java.lang.String message, java.lang.Throwable cause)
           
WidgetFetchException(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

WidgetFetchException

public WidgetFetchException(java.lang.String message)

WidgetFetchException

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

WidgetFetchException

public WidgetFetchException(java.lang.Throwable cause)