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
public class MorphiumDriverNetworkException extends MorphiumDriverException
network related issues when accessing the database- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MorphiumDriverNetworkException(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, setQuery
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-