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 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:
  • Method Details

    • 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