|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
javax.wvcm.WvcmException
com.ibm.rational.wvcm.stp.StpException
com.ibm.rational.wvcm.stp.StpPropertyException
com.ibm.rational.wvcm.stp.StpPartialResultsException
public abstract class StpPartialResultsException
An exception used to convey information about an operation that failed on some, but not necessarily all, resources processed by the operation.
Nested Class Summary | |
---|---|
static interface |
StpPartialResultsException.PartialResultsData
The interface for the data implementation object for this type of exception |
Nested classes/interfaces inherited from class com.ibm.rational.wvcm.stp.StpPropertyException |
---|
StpPropertyException.PropertyData |
Nested classes/interfaces inherited from class com.ibm.rational.wvcm.stp.StpException |
---|
StpException.Data, StpException.StpReasonCode |
Nested classes/interfaces inherited from class javax.wvcm.WvcmException |
---|
WvcmException.ReasonCode |
Method Summary | |
---|---|
boolean |
enumerationError()
Returns whether or not the ResourceList of successful resources and the list of nested exceptions account for all the resources that were supposed to be operated on. |
ResourceList<?> |
resourceList()
Returns the list of resources on which the operation succeeded. |
Methods inherited from class com.ibm.rational.wvcm.stp.StpPropertyException |
---|
getPropertyName |
Methods inherited from class com.ibm.rational.wvcm.stp.StpException |
---|
data, getMessage, getStpReasonCode, toString, unchecked_cast |
Methods inherited from class javax.wvcm.WvcmException |
---|
getNestedExceptions, getReasonCode, getResource |
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean enumerationError()
public ResourceList<?> resourceList()
|
Generated Tue 10-Jun-2014 11:07 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |