org.jboss.portal.widget.exceptions
Class WidgetNotSupportedException

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.WidgetNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class WidgetNotSupportedException
extends WidgetException

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

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

WidgetNotSupportedException

public WidgetNotSupportedException(java.lang.String message)

WidgetNotSupportedException

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

WidgetNotSupportedException

public WidgetNotSupportedException(java.lang.Throwable cause)