com.sapportals.wcm.repository.service

Class ServiceCallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sapportals.wcm.WcmException
              extended by com.sapportals.wcm.util.content.ContentException
                  extended by com.sapportals.wcm.repository.ResourceException
                      extended by com.sapportals.wcm.repository.service.ServiceCallException
All Implemented Interfaces:
Serializable

public class ServiceCallException
extends ResourceException

Indicates an error during a IRepositoryService.acceptServletCall(Properties, IResourceContext) call.

Copyright 2004 SAP AG

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sapportals.wcm.WcmException
ex
 
Constructor Summary
ServiceCallException(com.sapportals.wcm.util.uri.RID resourceID)
          Constructs a new exception
ServiceCallException(String localizedErrormessage)
          Constructs a new exception
ServiceCallException(String localizedErrormessage, com.sapportals.wcm.util.uri.RID resourceID)
          Constructs a new exception
ServiceCallException(String localizedErrormessage, com.sapportals.wcm.util.uri.URI resourceID)
          Deprecated. as of NW04.
ServiceCallException(com.sapportals.wcm.util.uri.URI resourceID)
          Deprecated. as of NW04.
 
Method Summary
 String getErrorMessage()
          Returns a message for display
 
Methods inherited from class com.sapportals.wcm.repository.ResourceException
fillInStackTrace, getLocalizedMessage, getMessage, getNextResourceException, getResourceID, getRID, printStackTrace, printStackTrace, printStackTrace, setNextResourceException, toString
 
Methods inherited from class com.sapportals.wcm.WcmException
getContainedException, isLogged, setContainedException
 
Methods inherited from class java.lang.Throwable
getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceCallException

public ServiceCallException(String localizedErrormessage)
Constructs a new exception

Parameters:
localizedErrormessage - The message for display

ServiceCallException

public ServiceCallException(com.sapportals.wcm.util.uri.URI resourceID)
Deprecated. as of NW04.

Constructs a new exception

Parameters:
resourceID - The URI of the resource that caused the exception (optional)

ServiceCallException

public ServiceCallException(com.sapportals.wcm.util.uri.RID resourceID)
Constructs a new exception

Parameters:
resourceID - The URI of the resource that caused the exception (optional)

ServiceCallException

public ServiceCallException(String localizedErrormessage,
                            com.sapportals.wcm.util.uri.URI resourceID)
Deprecated. as of NW04.

Constructs a new exception

Parameters:
localizedErrormessage - The message for display
resourceID - The URI of the resource that caused the exception (optional)

ServiceCallException

public ServiceCallException(String localizedErrormessage,
                            com.sapportals.wcm.util.uri.RID resourceID)
Constructs a new exception

Parameters:
localizedErrormessage - The message for display
resourceID - The URI of the resource that caused the exception (optional)
Method Detail

getErrorMessage

public String getErrorMessage()
Returns a message for display

Returns:
a message for display
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM


Copyright 2011 SAP AG Complete Copyright Notice