public class CouchbaseException extends RuntimeException
Common parent exception to build a proper exception hierachy inside the driver.
Constructor and Description |
---|
CouchbaseException() |
CouchbaseException(String message) |
CouchbaseException(String message,
Throwable cause) |
CouchbaseException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ResponseStatusDetails |
details() |
void |
details(ResponseStatusDetails responseStatusDetails) |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CouchbaseException()
public CouchbaseException(String message)
public CouchbaseException(Throwable cause)
@InterfaceAudience.Public @InterfaceStability.Experimental public ResponseStatusDetails details()
@InterfaceAudience.Private @InterfaceStability.Experimental public void details(ResponseStatusDetails responseStatusDetails)
public String getMessage()
getMessage
in class Throwable
Copyright © 2018 Couchbase, Inc.. All rights reserved.