Package vertx.mongodb.effect
Class Failures
- java.lang.Object
-
- vertx.mongodb.effect.Failures
-
public class Failures extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
MONGO_TIMEOUT_CODE
Error that happens when the domain can't be resolved: wrong name or there is no internet connection.static jsonvalues.Prism<Throwable,io.vertx.core.eventbus.ReplyException>
MONGO_TIMEOUT_PRISM
static Function<Throwable,io.vertx.core.eventbus.ReplyException>
toMongoValExc
static int
UNKNOWN_MONGO_EXCEPTION_CODE
-
Constructor Summary
Constructors Constructor Description Failures()
-
-
-
Field Detail
-
MONGO_TIMEOUT_CODE
public static final int MONGO_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
-
UNKNOWN_MONGO_EXCEPTION_CODE
public static final int UNKNOWN_MONGO_EXCEPTION_CODE
- See Also:
- Constant Field Values
-
MONGO_TIMEOUT_PRISM
public static final jsonvalues.Prism<Throwable,io.vertx.core.eventbus.ReplyException> MONGO_TIMEOUT_PRISM
-
-