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