|
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.IncompleteOperationException
An operation did not complete because of precondition failures.
Copyright (c) SAP AG 2001-2002
| Field Summary |
| Fields inherited from class com.sapportals.wcm.WcmException |
ex |
| Constructor Summary | |
IncompleteOperationException(OperationNotCompletedException newEx)
This constructor is used by the framework to use this exception as a wrapper for a new exception class of the repository manager API. |
|
IncompleteOperationException(ResourceException firstException,
RID resourceID)
Constructs a new exception |
|
IncompleteOperationException(ResourceException firstException,
URI resourceID)
Deprecated. as of NW04. URI migrated to RID . |
|
IncompleteOperationException(String msg,
ResourceException firstException,
RID resourceID)
Constructs a new exception |
|
IncompleteOperationException(String msg,
ResourceException firstException,
URI resourceID)
Deprecated. as of NW04. URI migrated to RID . |
|
| Method Summary | |
void |
addSuccessfulOperation(RID rid)
|
IRidList |
getSuccessfulOperations()
|
void |
setSuccessfulOperations(IRidList ridList)
|
| 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 IncompleteOperationException(ResourceException firstException,
URI resourceID)
URI migrated to RID .
firstException - resourceID -
public IncompleteOperationException(String msg,
ResourceException firstException,
URI resourceID)
URI migrated to RID .
msg - firstException - resourceID -
public IncompleteOperationException(ResourceException firstException,
RID resourceID)
firstException - The first resource exception in the chain.resourceID - The ID of the resource this exception belongs to
(optional)
public IncompleteOperationException(String msg,
ResourceException firstException,
RID resourceID)
msg - The exception message textfirstException - The first resource exception in the chain.resourceID - The ID of the resource this exception belongs to
(optional)public IncompleteOperationException(OperationNotCompletedException newEx)
newEx - The new exception.| Method Detail |
public void setSuccessfulOperations(IRidList ridList)
public IRidList getSuccessfulOperations()
public void addSuccessfulOperation(RID rid)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||