net.sf.jportlet.portlet
Class PortletException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.ServletException
                    |
                    +--net.sf.jportlet.portlet.PortletException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessDeniedException, MalformedURIException, PortletNotFoundException, PortletServiceException

public class PortletException
extends javax.servlet.ServletException

The Portlet class defines a general exception that a portlet can throw when it encounters difficulty

Author:
Herve Tchepannou
See Also:
Serialized Form

Constructor Summary
PortletException()
           
PortletException(java.lang.String arg0)
           
PortletException(java.lang.String arg0, java.lang.Throwable arg1)
           
PortletException(java.lang.Throwable arg0)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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 arg0)
Parameters:
arg0 -

PortletException

public PortletException(java.lang.String arg0,
                        java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

PortletException

public PortletException(java.lang.Throwable arg0)
Parameters:
arg0 -


Copyright © 2002 Herve Tchepannou. All Rights Reserved.