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

Field Summary
 
Fields inherited from class com.sas.services.information.PartialResultsException
_payload
 
Constructor Summary
PartialListResultsException()
           
PartialListResultsException(java.util.List results, java.lang.String message)
           
PartialListResultsException(java.lang.String message)
           
 
Method Summary
 java.util.List getResults()
           
 
Methods inherited from class com.sas.services.information.PartialResultsException
addException, getExceptions, getMessage
 

Constructor Detail

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.
Method Detail

getResults

public java.util.List getResults()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.