org.apache.jetspeed.portal
Class PortletException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jetspeed.util.JetspeedException
              extended byorg.apache.jetspeed.portal.PortletException
All Implemented Interfaces:
java.io.Serializable

public class PortletException
extends JetspeedException

Occurs when anything unexpected happens when processing a Portlet. Any additionally precise Portlet Exceptions should inherit from this.

Version:
$Id: PortletException.java,v 1.9 2004/02/23 04:05:35 jford Exp $
Author:
Kevin A. Burton
See Also:
Serialized Form

Constructor Summary
PortletException()
           
PortletException(java.lang.String message)
           
 
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

PortletException

public PortletException()

PortletException

public PortletException(java.lang.String message)


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.