com.sas.services.information
Class PartialListResultsException
com.sas.services.information.PartialListResultsException
All Implemented Interfaces: com.sas.util.ChainedExceptionInterface, java.io.Serializable
public class PartialListResultsException
This Exception gets thrown if an Information Services search is performed
which may return multiple objects, and at least one exception is thrown
while retrieving metadata. This specific exception class is used if the
results set is a flat List. The List may be empty, meaning that there
were no results that did not have an error, but it should not be null.
See Also: Serialized Form
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer
PartialListResultsException
public PartialListResultsException ()
PartialListResultsException
public PartialListResultsException (java.lang.String message)
Parameters: message -
PartialListResultsException
public PartialListResultsException (java.util.List results,
java.lang.String message)
Parameters: results - A set of results that were returned from the
attempted operation. This may be only a subset of the results
that were desired.message - A message that indicates at least one of the
reasons the operation didn't complete successfully.
getResults
public java.util.List getResults ()
Copyright © 2009 SAS Institute Inc. All Rights Reserved.