public class CouchbaseLiteException
extends java.lang.Exception
| Constructor and Description |
|---|
CouchbaseLiteException(int statusCode) |
CouchbaseLiteException(Status status) |
CouchbaseLiteException(java.lang.String detailMessage,
int statusCode) |
CouchbaseLiteException(java.lang.String detailMessage,
Status status) |
CouchbaseLiteException(java.lang.String detailMessage,
java.lang.Throwable throwable,
int statusCode) |
CouchbaseLiteException(java.lang.String detailMessage,
java.lang.Throwable throwable,
Status status) |
CouchbaseLiteException(java.lang.Throwable throwable,
int statusCode) |
CouchbaseLiteException(java.lang.Throwable throwable,
Status status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
getCBLStatus() |
java.lang.String |
toString() |
public CouchbaseLiteException(int statusCode)
public CouchbaseLiteException(Status status)
public CouchbaseLiteException(java.lang.String detailMessage,
Status status)
public CouchbaseLiteException(java.lang.String detailMessage,
int statusCode)
public CouchbaseLiteException(java.lang.String detailMessage,
java.lang.Throwable throwable,
Status status)
public CouchbaseLiteException(java.lang.String detailMessage,
java.lang.Throwable throwable,
int statusCode)
public CouchbaseLiteException(java.lang.Throwable throwable,
Status status)
public CouchbaseLiteException(java.lang.Throwable throwable,
int statusCode)
public Status getCBLStatus()
public java.lang.String toString()
toString in class java.lang.Throwable