Class Failures


  • public class Failures
    extends Object
    • 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
      • toMongoValExc

        public static final Function<Throwable,​io.vertx.core.eventbus.ReplyException> toMongoValExc
    • Constructor Detail

      • Failures

        public Failures()