Class ViewServiceException

All Implemented Interfaces:
Serializable

public class ViewServiceException extends CouchbaseException
There was a problem fulfilling the view request.

Check content() for further details.

Since:
2.0.0
See Also:
  • Constructor Details

    • ViewServiceException

      public ViewServiceException(String message)
    • ViewServiceException

      public ViewServiceException(String message, Throwable cause)
  • Method Details

    • content

      public String content()