Class QueryResults
- java.lang.Object
-
- com.sun.identity.console.base.model.QueryResults
-
public class QueryResults extends Object
This contains a search results, plus a error string. Typical use of this class is when a method needs to return a result plus an exception message- Author:
- vs125812 July 26, 2005
-
-
Constructor Summary
Constructors Constructor Description QueryResults(Object results, String strError)Creates aQueryResultsobject
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetResults()Returns the value of results.StringgetStrError()Returns the value of error string.
-