Package de.caluga.morphium.driver
Class MorphiumDriverNetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.caluga.morphium.driver.MorphiumDriverException
de.caluga.morphium.driver.MorphiumDriverNetworkException
- All Implemented Interfaces:
Serializable
network related issues when accessing the database
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMorphiumDriverNetworkException(String message) MorphiumDriverNetworkException(String message, Throwable cause) MorphiumDriverNetworkException(String msg, Throwable t, String collection, String db, Map<String, Object> query) -
Method Summary
Methods inherited from class de.caluga.morphium.driver.MorphiumDriverException
getCollection, getDb, getMongoCode, getMongoReason, getQuery, setCollection, setDb, setMongoCode, setMongoReason, setQueryMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MorphiumDriverNetworkException
-
MorphiumDriverNetworkException
-
MorphiumDriverNetworkException
-