Class SearchServiceException

  • All Implemented Interfaces:
    Serializable

    public class SearchServiceException
    extends CouchbaseException
    There was a problem fulfilling the search request. Check content() for further details.
    Since:
    2.0.0
    Author:
    Graham Pople
    See Also:
    Serialized Form
    • Constructor Detail

      • SearchServiceException

        public SearchServiceException​(String message)
      • SearchServiceException

        public SearchServiceException​(String message,
                                      Throwable cause)
      • SearchServiceException

        public SearchServiceException​(byte[] content)