Package vertx.mongodb.effect
Class MongoFailures
- java.lang.Object
-
- vertx.mongodb.effect.MongoFailures
-
public class MongoFailures extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
MONGO_CONNECT_TIMEOUT_CODE
Error that happens when the domain can't be resolved: wrong name or there is no internet connection.static int
MONGO_FAILURE_CODE
static int
MONGO_READ_TIMEOUT_CODE
-
Constructor Summary
Constructors Constructor Description MongoFailures()
-
-
-
Field Detail
-
MONGO_CONNECT_TIMEOUT_CODE
public static final int MONGO_CONNECT_TIMEOUT_CODE
Error that happens when the domain can't be resolved: wrong name or there is no internet connection.- See Also:
- Constant Field Values
-
MONGO_READ_TIMEOUT_CODE
public static final int MONGO_READ_TIMEOUT_CODE
- See Also:
- Constant Field Values
-
MONGO_FAILURE_CODE
public static final int MONGO_FAILURE_CODE
- See Also:
- Constant Field Values
-
-