Exception SearchServiceException (2.0.0)

public class SearchServiceException extends RuntimeException

Thrown to indicate that a search service failure occurred.

Constructors

SearchServiceException(String detail)

public SearchServiceException(String detail)

Constructs an exception which indicates an internal error occurred in the search service.

Parameter
NameDescription
detailString

the error message detail to associate with the internal error

SearchServiceException(String detail, Exception e)

public SearchServiceException(String detail, Exception e)

Constructs an exception which indicates an internal error occurred in the search service.

Parameters
NameDescription
detailString

the error message detail to associate with the internal error

eException

the causing Exception