Uses of Class
org.apache.jetspeed.util.JetspeedException

Packages that use JetspeedException
org.apache.jetspeed.daemon This package takes care of daemon tasks that are executed at the background, using daemon threads, inside Jetspeed. 
org.apache.jetspeed.om.profile Represents the options available for displaying the portlet. 
org.apache.jetspeed.om.registry Represents a repository of configuration data. 
org.apache.jetspeed.portal Represents core classes for working with Portlets. 
org.apache.jetspeed.portal.expire This is a package that handles content expiration  
org.apache.jetspeed.services.persistence   
org.apache.jetspeed.util   
 

Uses of JetspeedException in org.apache.jetspeed.daemon
 

Subclasses of JetspeedException in org.apache.jetspeed.daemon
 class DaemonException
           
 class DaemonNotFoundException
           
 

Uses of JetspeedException in org.apache.jetspeed.om.profile
 

Subclasses of JetspeedException in org.apache.jetspeed.om.profile
 class ProfileException
          Occurs when anything unexpected happens within Jetspeed with a Profile.
 

Uses of JetspeedException in org.apache.jetspeed.om.registry
 

Subclasses of JetspeedException in org.apache.jetspeed.om.registry
 class InvalidEntryException
          Occurs when anything unexpected happens within Jetspeed and its Registry.
 class RegistryException
          Occurs when anything unexpected happens within Jetspeed and its Registry.
 

Uses of JetspeedException in org.apache.jetspeed.portal
 

Subclasses of JetspeedException in org.apache.jetspeed.portal
 class PortletException
          Occurs when anything unexpected happens when processing a Portlet.
 

Uses of JetspeedException in org.apache.jetspeed.portal.expire
 

Methods in org.apache.jetspeed.portal.expire that throw JetspeedException
static Expire ExpireFactory.getExpire(Portlet portlet, java.lang.String classname)
          Create a new Expire object with the specified Portlet and classname.
 

Uses of JetspeedException in org.apache.jetspeed.services.persistence
 

Subclasses of JetspeedException in org.apache.jetspeed.services.persistence
 class PortalPersistenceException
          Thrown when an exception occurs in persisting or retrieving portlet instance attributes.
 

Uses of JetspeedException in org.apache.jetspeed.util
 

Methods in org.apache.jetspeed.util that throw JetspeedException
static java.lang.String URILookup.getURI(int aType, int aSubType, org.apache.turbine.util.RunData rundata)
          Gets the URI for the specified type
static java.lang.String URILookup.getURI(int aType, int aSubType, Portlet aPortlet, org.apache.turbine.util.RunData rundata)
          Gets the URI of the specified portlet with the specified type
static java.lang.String URILookup.getURI(int aType, int aSubType, java.lang.String aPortletName, org.apache.turbine.util.RunData rundata)
          Gets the URI of the specified portlet with the specified type
static java.lang.String URILookup.getURI(int aType, int aSubType, java.lang.String userData, Portlet aPortlet, org.apache.turbine.util.RunData rundata)
          Gets the URI of the specified portlet with the specified type and adds given user data.
static java.lang.String URILookup.getURI(int aType, int aSubType, java.lang.String userData, java.lang.String aPortletName, org.apache.turbine.util.RunData rundata)
          Gets the URI of the specified portlet with the specified type and adds given user data.
static int URILookup.getURISubType(Portlet aPortlet, org.apache.turbine.util.RunData rundata)
          Gets the subtype of the URI (e.g.
 



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