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

Packages that use JetspeedException
org.apache.jetspeed.administration   
org.apache.jetspeed.aggregator   
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.engine   
org.apache.jetspeed.om.folder   
org.apache.jetspeed.page   
org.apache.jetspeed.page.document   
org.apache.jetspeed.pipeline   
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   
 

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.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.engine
 

Methods in org.apache.jetspeed.engine that throw JetspeedException
 void Engine.service(RequestContext context)
          Makes a service request to the engine.
 void Engine.shutdown()
          Shuts down the Jetspeed engine and all associated 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
 

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.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.
 



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