Uses of Class
com.sapportals.portal.prt.runtime.PortalRuntimeException

Packages that use PortalRuntimeException
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.pom   
com.sapportals.portal.prt.resource   
com.sapportals.portal.prt.runtime   
com.sapportals.portal.prt.service   
com.sapportals.portal.prt.service.soap.exception   
com.sapportals.portal.prt.service.soap.processor   
 

Uses of PortalRuntimeException in com.sapportals.portal.prt.component
 

Subclasses of PortalRuntimeException in com.sapportals.portal.prt.component
 class PortalComponentException
          The Portal Component Exception is the base class for all the exceptions raised by the Portal builder runtime.
 

Methods in com.sapportals.portal.prt.component that throw PortalRuntimeException
 void IPortalComponentProfile.store()
          Makes the PortalComponentProfile persistent
 

Uses of PortalRuntimeException in com.sapportals.portal.prt.pom
 

Subclasses of PortalRuntimeException in com.sapportals.portal.prt.pom
 class PortalOMException
          An Exception for POM related issues.
 

Uses of PortalRuntimeException in com.sapportals.portal.prt.resource
 

Subclasses of PortalRuntimeException in com.sapportals.portal.prt.resource
 class ResourceException
          ResourceException is thrown when there is a mismatch between the resource type provided and the real resource type or when the class implementing the IResource interface is not able to parse the resource.
 

Methods in com.sapportals.portal.prt.resource that throw PortalRuntimeException
 void IPropertiesResource.store()
          Updates the content of the file.
 

Uses of PortalRuntimeException in com.sapportals.portal.prt.runtime
 

Subclasses of PortalRuntimeException in com.sapportals.portal.prt.runtime
 class ProfileNotFoundException
          Exception raised by the Portal Runtime when a profile can not be found.
 

Uses of PortalRuntimeException in com.sapportals.portal.prt.service
 

Subclasses of PortalRuntimeException in com.sapportals.portal.prt.service
 class PortalServiceException
          The methods of this call are deprecated.
 class ServiceException
          The ServiceException class is the base class of all exceptions raised by the Service Framework.
 

Uses of PortalRuntimeException in com.sapportals.portal.prt.service.soap.exception
 

Subclasses of PortalRuntimeException in com.sapportals.portal.prt.service.soap.exception
 class PRTFault
          This class provides the base implementation of the IPRTFault. this class should be subclassed by all faults
 class PRTFaultDataEnconding
          PRTFault encapsulating Data Encoding Fault
 class PRTFaultEnvelopeVersion
          PRTFault Encapsulating Enveloppe version fault
 class PRTFaultFromSOAPMessage
          PRTFault generated from a fault contains in a SOAP Message
 class PRTFaultInternalError
          PRTFault raised for Internal error process
 class PRTFaultSecurity
          PRT Fault raised when security problems (user not found/ not authorized ...) are found
 class PRTFaultSerializator
          PRT Fault raised when serialization problems occurs
 class SOAPServiceException
          Extension of ServiceException for SOAP Framework
 

Uses of PortalRuntimeException in com.sapportals.portal.prt.service.soap.processor
 

Methods in com.sapportals.portal.prt.service.soap.processor that throw PortalRuntimeException
 java.lang.Object ISOAPServiceProcessor.invokeWebServiceMethod(com.sapportals.portal.prt.dispatcher.IDispatcherContext requestContext, IService service, java.lang.reflect.Method methodName, java.lang.Class[] paramters_types, java.lang.Object[] parameter_values)