Class PartialResultContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.core.command.common.CommandException
com.ptc.core.command.common.bean.repository.PartialResultContainerException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
- Direct Known Subclasses:
PartialMultiValuedAttributeException
This Exception indicates that the repository retrieve operation results
are not complete due to some processing error. The ResultContainer attribute
in this exception contains the partial results that were obtained sucessfully.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: resultContainer; Partial results that were processed up to encoutering this exception.Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, getWTMessage, printStackTrace, printStackTrace, printStackTrace, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Method Details
-
getResultContainer
Gets the value of the attribute: resultContainer; Partial results that were processed up to encoutering this exception.
Supported API: true- Returns:
- ResultContainer
-