Class HttpError.UncheckedHttpError

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    HttpError

    public class HttpError.UncheckedHttpError
    extends RuntimeException
    A RuntimeException wrapper for HttpError to allow it to be thrown from within non-declaring code. It is meant to be used in Vert.x Future handler lambdas. This is the type generated by HttpError.unchecked().
    Author:
    odeda
    See Also:
    Serialized Form