Exception GetException (2.0.0)

public class GetException extends SearchBaseException

Thrown 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
NameDescription
operationResultOperationResult

the 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
NameDescription
messageString

the error detail associated with the failure