|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sapportals.wcm.WcmException
com.sapportals.wcm.util.content.ContentException
com.sapportals.wcm.repository.ResourceException
com.sapportals.wcm.repository.service.ServiceCallException
Indicates an error during a IRepositoryService.acceptServletCall(Properties, IResourceContext)
call.
Copyright 2004 SAP AG
| Field Summary |
| Fields inherited from class com.sapportals.wcm.WcmException |
ex |
| Constructor Summary | |
ServiceCallException(RID resourceID)
Constructs a new exception |
|
ServiceCallException(String localizedErrormessage)
Constructs a new exception |
|
ServiceCallException(String localizedErrormessage,
RID resourceID)
Constructs a new exception |
|
ServiceCallException(String localizedErrormessage,
URI resourceID)
Deprecated. as of NW04. |
|
ServiceCallException(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 |
| 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 |
public ServiceCallException(String localizedErrormessage)
localizedErrormessage - The message for displaypublic ServiceCallException(URI resourceID)
resourceID - The URI of the resource that caused the exception
(optional)public ServiceCallException(RID resourceID)
resourceID - The URI of the resource that caused the exception
(optional)
public ServiceCallException(String localizedErrormessage,
URI resourceID)
localizedErrormessage - The message for displayresourceID - The URI of the resource that caused the exception
(optional)
public ServiceCallException(String localizedErrormessage,
RID resourceID)
localizedErrormessage - The message for displayresourceID - The URI of the resource that caused the exception
(optional)| Method Detail |
public String getErrorMessage()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||