org.apache.jetspeed.tools.pamanager
Class PortletApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jetspeed.exception.JetspeedException
org.apache.jetspeed.tools.pamanager.PortletApplicationException
- All Implemented Interfaces:
- java.io.Serializable
public class PortletApplicationException
- extends JetspeedException
Occurs when anything unexpected happens within the Portlet Application Manager.
- Version:
- $Id: PortletApplicationException.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- David Sean Taylor, Roger Ruttimann
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PortletApplicationException
public PortletApplicationException()
PortletApplicationException
public PortletApplicationException(java.lang.String message)
PortletApplicationException
public PortletApplicationException(java.lang.Throwable nested)
PortletApplicationException
public PortletApplicationException(java.lang.String msg,
java.lang.Throwable nested)
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.