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

Packages that use JetspeedException
org.apache.jetspeed   
org.apache.jetspeed.administration   
org.apache.jetspeed.aggregator   
org.apache.jetspeed.aggregator.impl   
org.apache.jetspeed.ajax   
org.apache.jetspeed.capabilities   
org.apache.jetspeed.components.persistence.store   
org.apache.jetspeed.components.portletentity   
org.apache.jetspeed.components.portletregistry   
org.apache.jetspeed.container.window   
org.apache.jetspeed.deployment.simpleregistry   
org.apache.jetspeed.engine   
org.apache.jetspeed.om.folder   
org.apache.jetspeed.page   
org.apache.jetspeed.page.document   
org.apache.jetspeed.pipeline   
org.apache.jetspeed.pipeline.valve.impl   
org.apache.jetspeed.portlets.layout   
org.apache.jetspeed.prefs Interface for the services backing Jetspeed java.util.prefs.Preferences. 
org.apache.jetspeed.profiler   
org.apache.jetspeed.security Jetspeed security service interfaces. 
org.apache.jetspeed.serializer   
org.apache.jetspeed.sso   
org.apache.jetspeed.tools.pamanager   
org.apache.jetspeed.util.descriptor   
 

Uses of JetspeedException in org.apache.jetspeed
 

Methods in org.apache.jetspeed that throw JetspeedException
static void Jetspeed.shutdown()
          Shuts down the currently running instance of the portal Engine.
 

Uses of JetspeedException in org.apache.jetspeed.administration
 

Subclasses of JetspeedException in org.apache.jetspeed.administration
 class AdministrationEmailException
          Administration Email exceptions
 class RegistrationException
          Registration-related exceptions
 

Uses of JetspeedException in org.apache.jetspeed.aggregator
 

Subclasses of JetspeedException in org.apache.jetspeed.aggregator
 class FailedToRenderFragmentException
           FailedToRenderFragmentException
 class PortletAccessDeniedException
           NoPortletAccessException
 class UnknownPortletDefinitionException
           UnknownPortletDefinitionException
 class UnrenderedContentException
           UnrenderedContentException
 

Methods in org.apache.jetspeed.aggregator that throw JetspeedException
 void Aggregator.build(RequestContext context)
          Builds the portlet set defined in the context into a portlet tree.
 

Uses of JetspeedException in org.apache.jetspeed.aggregator.impl
 

Methods in org.apache.jetspeed.aggregator.impl that throw JetspeedException
 void HeaderAggregatorImpl.build(RequestContext context)
          Builds the portlet set defined in the context into a portlet tree.
 void AsyncPageAggregatorImpl.build(RequestContext context)
          Builds the portlet set defined in the context into a portlet tree.
 void PortletAggregatorImpl.build(RequestContext context)
           
 void PageAggregatorImpl.build(RequestContext context)
          Builds the portlet set defined in the context into a portlet tree.
 

Uses of JetspeedException in org.apache.jetspeed.ajax
 

Subclasses of JetspeedException in org.apache.jetspeed.ajax
 class AJAXException
           
 

Uses of JetspeedException in org.apache.jetspeed.capabilities
 

Subclasses of JetspeedException in org.apache.jetspeed.capabilities
 class CapabilitiesException
          CapabilitiesException
 class UnableToBuildCapabilityMapException
           UnableToBuildCapabilityMapException
 

Uses of JetspeedException in org.apache.jetspeed.components.persistence.store
 

Subclasses of JetspeedException in org.apache.jetspeed.components.persistence.store
 class LockFailedException
           LockFailedException
 

Uses of JetspeedException in org.apache.jetspeed.components.portletentity
 

Subclasses of JetspeedException in org.apache.jetspeed.components.portletentity
 class PortletEntityNotDeletedException
           PortletEntityNotDeletedException
 class PortletEntityNotStoredException
           PortletEntityNotStoredException
 

Uses of JetspeedException in org.apache.jetspeed.components.portletregistry
 

Subclasses of JetspeedException in org.apache.jetspeed.components.portletregistry
 class FailedToStorePortletDefinitionException
           FailedToStorePortletDefinitionException
 class RegistryException
          Occurs when anything unexpected happens within Jetspeed and its Registry.
 

Uses of JetspeedException in org.apache.jetspeed.container.window
 

Subclasses of JetspeedException in org.apache.jetspeed.container.window
 class FailedToCreateWindowException
           FailedToCreateWindowException
 class FailedToRetrievePortletWindow
           FailedToRetrievePortletWindow
 

Uses of JetspeedException in org.apache.jetspeed.deployment.simpleregistry
 

Subclasses of JetspeedException in org.apache.jetspeed.deployment.simpleregistry
 class SimpleRegistryException
           SimpleRegistryException
 

Uses of JetspeedException in org.apache.jetspeed.engine
 

Methods in org.apache.jetspeed.engine that throw JetspeedException
 void JetspeedEngine.service(RequestContext context)
           
 void Engine.service(RequestContext context)
          Makes a service request to the engine.
 void JetspeedEngine.shutdown()
           
 void Engine.shutdown()
          Shuts down the Jetspeed engine and all associated services
 void JetspeedEngine.start()
          Initializes the engine with a commons configuration, starting all early initable services.
 void Engine.start()
          Initializes the engine with a commons configuration, starting all early initable services.
 

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

Subclasses of JetspeedException in org.apache.jetspeed.om.folder
 class FolderNotFoundException
           FolderNotFoundException
 class InvalidFolderException
           InvalidFolderException
 

Uses of JetspeedException in org.apache.jetspeed.page
 

Subclasses of JetspeedException in org.apache.jetspeed.page
 class FolderNotRemovedException
           FolderNotRemovedException
 class FolderNotUpdatedException
           FolderNotUpdatedException
 class LinkNotRemovedException
           LinkNotRemovedException
 class LinkNotUpdatedException
           LinkNotUpdatedException
 class PageNotFoundException
           PageNotFoundException
 class PageNotRemovedException
           PageNotRemovedException
 class PageNotUpdatedException
           PageNotUpdatedException
 

Methods in org.apache.jetspeed.page that throw JetspeedException
 void PageImporter.folderTreeImport()
           
 void PageImporter.fullImport()
           
 

Uses of JetspeedException in org.apache.jetspeed.page.document
 

Subclasses of JetspeedException in org.apache.jetspeed.page.document
 class DocumentException
           DocumentException
 class DocumentNotFoundException
           DocumentNotFound
 class DocumentTypeAlreadyRegisteredException
           DocumentTypeAlreadyRegisteredException
 class FailedToDeleteDocumentException
           FailedToDeleteDocument
 class FailedToDeleteFolderException
           FailedToDeleteFolderException
 class FailedToUpdateDocumentException
           FailedToUpdateDocumentException
 class FailedToUpdateFolderException
           FailedToUpdateFolderException
 class NodeException
           NodeException
 class NodeNotFoundException
           NodeNotFoundException
 class UnsupportedDocumentTypeException
           UnsupportedDocumentTypeException
 

Uses of JetspeedException in org.apache.jetspeed.pipeline
 

Subclasses of JetspeedException in org.apache.jetspeed.pipeline
 class PipelineException
          Occurs when anything unexpected happens within Jetspeed and the Pipeline.
 

Uses of JetspeedException in org.apache.jetspeed.pipeline.valve.impl
 

Methods in org.apache.jetspeed.pipeline.valve.impl that throw JetspeedException
protected  void ActionValveImpl.clearPortletCacheForPage(RequestContext request, org.apache.pluto.om.window.PortletWindow actionWindow)
           
 

Uses of JetspeedException in org.apache.jetspeed.portlets.layout
 

Subclasses of JetspeedException in org.apache.jetspeed.portlets.layout
 class EmptyLayoutLocationException
          This exception indicates that an attempt to access a layout coordinate that does not contain a Fragment.
 class FragmentNotInLayoutException
          This exception indicates that an attmept was made get the coordinates within a layout for a fragement that is not within that layout.
 class InvalidLayoutLocationException
          Indicates an attempt to access a local within a layout that is outside of the bounds of that layout.
 class LayoutEventException
           
 class LayoutException
          Base exception for all layout exceptions.
 

Uses of JetspeedException in org.apache.jetspeed.prefs
 

Subclasses of JetspeedException in org.apache.jetspeed.prefs
 class FailedToCreateNodeException
           FailedToCreateNodeException
 class NodeAlreadyExistsException
           NodeAlreadyExistsException
 class NodeDoesNotExistException
           NodeDoesNotExistException
 class PreferencesException
           PreferencesException
 

Uses of JetspeedException in org.apache.jetspeed.profiler
 

Subclasses of JetspeedException in org.apache.jetspeed.profiler
 class ProfilerException
          ProfilerException
 

Uses of JetspeedException in org.apache.jetspeed.security
 

Subclasses of JetspeedException in org.apache.jetspeed.security
 class InvalidDnException
          Exception thrown when the distinguished name is invalid.
 class InvalidNewPasswordException
          Exception thrown when supplied new password is invalid.
 class InvalidPasswordException
          Exception thrown when supplied password is invalid.
 class InvalidUidException
          Exception thrown when the uid is invalid.
 class PasswordAlreadyUsedException
          Exception thrown when supplied password has been used before.
 class SecurityException
          Exception throwns by members of the security service.
 

Uses of JetspeedException in org.apache.jetspeed.serializer
 

Subclasses of JetspeedException in org.apache.jetspeed.serializer
 class SerializerException
          Exception throwns by members of the security service.
 

Uses of JetspeedException in org.apache.jetspeed.sso
 

Subclasses of JetspeedException in org.apache.jetspeed.sso
 class SSOException
          Exception throwns by members of the sso service.
 

Uses of JetspeedException in org.apache.jetspeed.tools.pamanager
 

Subclasses of JetspeedException in org.apache.jetspeed.tools.pamanager
 class PortletApplicationException
          Occurs when anything unexpected happens within the Portlet Application Manager.
 

Uses of JetspeedException in org.apache.jetspeed.util.descriptor
 

Subclasses of JetspeedException in org.apache.jetspeed.util.descriptor
 class MetaDataException
           
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.