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:
    Serialized Form
    • Constructor Detail

      • ViewServiceException

        public ViewServiceException​(String message)
      • ViewServiceException

        public ViewServiceException​(String message,
                                    Throwable cause)
    • Method Detail

      • content

        public String content()