Mongo 2.7.3
Package Index
|
Class Index
com.mongodb
com.mongodb.gridfs
com.mongodb.io
com.mongodb.util
org.bson
org.bson.io
org.bson.types
org.bson.util
Interfaces
DBCallback
DBCallbackFactory
DBConnector
DBDecoder
DBDecoderFactory
DBEncoder
DBEncoderFactory
DBObject
Classes
BasicDBList
BasicDBObject
BasicDBObjectBuilder
Bytes
CommandResult
DB
DBAddress
DBApiLayer
DBCollection
DBCursor
DBPointer
DBPort
DBPortPool
DBRef
DBRefBase
DBTCPConnector
DefaultDBCallback
DefaultDBDecoder
DefaultDBEncoder
GroupCommand
LazyDBCallback
LazyDBDecoder
LazyDBEncoder
LazyDBObject
LazyWriteableDBCallback
LazyWriteableDBDecoder
LazyWriteableDBObject
MapReduceCommand
MapReduceOutput
Mongo
Mongo.Holder
MongoOptions
MongoURI
QueryBuilder
QueryOperators
RawDBObject
ReadPreference
ReadPreference.PrimaryReadPreference
ReadPreference.SecondaryReadPreference
ReadPreference.TaggedReadPreference
ReflectionDBObject
ReflectionDBObject.JavaWrapper
ReplicaSetStatus
ServerAddress
ServerError
WriteConcern
WriteConcern.Majority
WriteResult
Enums
MapReduceCommand.OutputType
Exceptions
DBPortPool.ConnectionWaitTimeOut
DBPortPool.NoMoreConnection
DBPortPool.SemaphoresOut
MongoException
MongoException.CursorNotFound
MongoException.DuplicateKey
MongoException.Network
MongoInternalException
Package Index
|
Class Index
View Source
Summary:
Inherited Methods
|
[Expand All]
public static class
DBPortPool.NoMoreConnection
extends
MongoInternalException
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
java.lang.RuntimeException
↳
com.mongodb.MongoException
↳
com.mongodb.MongoInternalException
↳
com.mongodb.DBPortPool.NoMoreConnection
Known Direct Subclasses
DBPortPool.ConnectionWaitTimeOut
,
DBPortPool.SemaphoresOut
DBPortPool.ConnectionWaitTimeOut
DBPortPool.SemaphoresOut
Summary
[Expand]
Inherited Methods
From class
com.mongodb.MongoException
int
getCode
()
Gets the exception code
From class
java.lang.Throwable
synchronized
Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized
Throwable
initCause
(
Throwable
arg0)
void
printStackTrace
(
PrintWriter
arg0)
void
printStackTrace
(
PrintStream
arg0)
void
printStackTrace
()
void
setStackTrace
(
StackTraceElement[]
arg0)
String
toString
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)