org.apache.cocoon.environment.portlet
Class PortletException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.cocoon.portal.PortalException
                  extended byorg.apache.cocoon.environment.portlet.PortletException
All Implemented Interfaces:
Serializable

public class PortletException
extends PortalException

Version:
$Id: PortletException.java 325901 2005-10-17 14:48:29Z cziegeler $
See Also:
Serialized Form

Constructor Summary
PortletException()
           
PortletException(String message)
           
PortletException(String message, Throwable cause)
           
PortletException(Throwable cause)
           
 
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(String message)

PortletException

public PortletException(String message,
                        Throwable cause)

PortletException

public PortletException(Throwable cause)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.