Class GateleenNoStackReplyException

  • All Implemented Interfaces:
    Serializable

    public class GateleenNoStackReplyException
    extends io.vertx.core.eventbus.ReplyException
    There was once a fix in vertx for this (https://github.com/eclipse-vertx/vert.x/issues/4840) but for whatever reason in our case we still see stack-trace recordings. Passing this subclass to Message.reply(Object) seems to do the trick.
    See Also:
    Serialized Form
    • Constructor Detail

      • GateleenNoStackReplyException

        public GateleenNoStackReplyException​(io.vertx.core.eventbus.ReplyFailure failureType,
                                             int failureCode,
                                             String message)
      • GateleenNoStackReplyException

        public GateleenNoStackReplyException​(io.vertx.core.eventbus.ReplyFailure failureType,
                                             String message)
      • GateleenNoStackReplyException

        public GateleenNoStackReplyException​(io.vertx.core.eventbus.ReplyFailure failureType)