public class GetException extends SearchBaseException
Constructor and Description |
---|
GetException(OperationResult operationResult)
Constructs an exception when some error occurred in
the search service when processing a request to get objects.
|
GetException(java.lang.String message)
Constructs an exception when some error occurred in
the search service when processing a request to get objects.
|
getOperationResult
public GetException(java.lang.String message)
message
- the error detail associated with the failurepublic GetException(OperationResult operationResult)
operationResult
- the error code and message detail associated with
the failure