public class MorphiumDriverException extends Exception
| Constructor and Description |
|---|
MorphiumDriverException(String message) |
MorphiumDriverException(String message,
Throwable cause) |
MorphiumDriverException(String message,
Throwable cause,
String collection,
String db,
Map<String,Object> q) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollection() |
String |
getDb() |
Object |
getMongoCode() |
Object |
getMongoReason() |
Map<String,Object> |
getQuery() |
void |
setCollection(String collection) |
void |
setDb(String db) |
void |
setMongoCode(Object mongoCode) |
void |
setMongoReason(Object mongoReason) |
void |
setQuery(Map<String,Object> query) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MorphiumDriverException(String message)
public Object getMongoCode()
public void setMongoCode(Object mongoCode)
public Object getMongoReason()
public void setMongoReason(Object mongoReason)
public String getCollection()
public void setCollection(String collection)
public String getDb()
public void setDb(String db)
Copyright © 2022. All rights reserved.