Class AnalyticsException

All Implemented Interfaces:
Serializable

public class AnalyticsException extends CouchbaseException
There was a problem fulfilling the analytics request.

Check errors() for further details.

Since:
2.0.0
See Also:
  • Constructor Details

    • AnalyticsException

      protected AnalyticsException(AnalyticsException cause)
    • AnalyticsException

      public AnalyticsException(byte[] content)
    • AnalyticsException

      public AnalyticsException(byte[] content, Throwable cause)
  • Method Details