Package com.couchbase.client.core.error
Class AnalyticsServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.couchbase.client.core.error.CouchbaseException
-
- com.couchbase.client.core.error.AnalyticsServiceException
-
- All Implemented Interfaces:
Serializable
public class AnalyticsServiceException extends CouchbaseException
There was a problem fulfilling the analytics request. Checkcontent()
for further details.- Since:
- 2.0.0
- Author:
- Graham Pople
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnalyticsServiceException(byte[] content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
content()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
content
public byte[] content()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-