Package de.bwaldvogel.mongo.exception
Class CursorNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.bwaldvogel.mongo.exception.MongoServerException
de.bwaldvogel.mongo.exception.MongoServerError
de.bwaldvogel.mongo.exception.CursorNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.bwaldvogel.mongo.exception.MongoServerError
getCode, getCodeName, getMessageWithoutErrorCode, hasCode, shouldPrefixCommandContextMethods inherited from class de.bwaldvogel.mongo.exception.MongoServerException
isLogError, setLogErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CursorNotFoundException
public CursorNotFoundException(long cursorId)
-