This project has retired. For details please refer to its
Attic page.
PortletException (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.portal
Class PortletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jetspeed.util.JetspeedException
org.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
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 |
PortletException
public PortletException()
PortletException
public PortletException(java.lang.String message)
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.