Package de.caluga.morphium.driver
Class FunctionNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.caluga.morphium.driver.MorphiumDriverException
-
- de.caluga.morphium.driver.FunctionNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class FunctionNotSupportedException extends MorphiumDriverException
Created by stephan on 28.07.16.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionNotSupportedException(String message)
-
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
-
-
-
-
Constructor Detail
-
FunctionNotSupportedException
public FunctionNotSupportedException(String message)
-
-