public class GetException extends SearchBaseExceptionThrown to indicate that a search service failure occurred while performing a request to get requested objects.
Constructors
GetException(OperationResult operationResult)
public GetException(OperationResult operationResult)Constructs an exception when some error occurred in the search service when processing a request to get objects.
| Parameter | |
|---|---|
| Name | Description |
operationResult |
OperationResultthe error code and message detail associated with the failure |
GetException(String message)
public GetException(String message)Constructs an exception when some error occurred in the search service when processing a request to get objects.
| Parameter | |
|---|---|
| Name | Description |
message |
Stringthe error detail associated with the failure |