Exception SearchBaseException (2.0.0)

public class SearchBaseException extends RuntimeException

Thrown to indicate that a search service failure occurred.

Constructors

SearchBaseException(OperationResult operationResult)

public SearchBaseException(OperationResult operationResult)

Constructs an exception when some error occurred in the search service.

Parameter
NameDescription
operationResultOperationResult

the error code and message detail associated with the failure

Methods

getOperationResult()

public OperationResult getOperationResult()
Returns
TypeDescription
OperationResult

the error code and message detail associated with the failure