Package de.caluga.morphium.driver
Class MorphiumDriverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.caluga.morphium.driver.MorphiumDriverException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FunctionNotSupportedException,MorphiumDriverNetworkException
error during accessing the database through the driver
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMorphiumDriverException(String message) MorphiumDriverException(String message, Throwable cause) MorphiumDriverException(String message, Throwable cause, String collection, String db, Map<String, Object> q) -
Method Summary
Modifier and TypeMethodDescriptiongetDb()getQuery()voidsetCollection(String collection) voidvoidsetMongoCode(Object mongoCode) voidsetMongoReason(Object mongoReason) voidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MorphiumDriverException
-
MorphiumDriverException
-
MorphiumDriverException
-
-
Method Details
-
getMongoCode
-
setMongoCode
-
getMongoReason
-
setMongoReason
-
getCollection
-
setCollection
-
getDb
-
setDb
-
getQuery
-
setQuery
-