com.ptc.core.command.common.bean.repository
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
public class PartialResultContainerException
- extends com.ptc.core.command.common.CommandException
- implements Serializable
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
- See Also:
- Serialized Form
|
Method Summary |
ResultContainer |
getResultContainer()
Gets 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, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
getResultContainer
public ResultContainer getResultContainer()
- Gets the value of the attribute: resultContainer; Partial results
that were processed up to encoutering this exception.
Supported API: true
- Returns:
- ResultContainer