com.ptc.core.command.common.bean.repository
Class PartialResultContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by wt.util.WTException
              extended by com.ptc.core.command.common.CommandException
                  extended by 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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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