Class Netty4RouterException

    • Constructor Summary

      Constructors 
      Constructor Description
      Netty4RouterException​(io.netty.handler.codec.http.HttpResponseStatus status, boolean closeChannel)  
      Netty4RouterException​(io.netty.handler.codec.http.HttpResponseStatus status, boolean closeChannel, java.lang.Throwable cause)  
      Netty4RouterException​(io.netty.handler.codec.http.HttpResponseStatus status, boolean closeChannel, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
      Netty4RouterException​(io.netty.handler.codec.http.HttpResponseStatus status, java.lang.String message, boolean closeChannel)  
      Netty4RouterException​(io.netty.handler.codec.http.HttpResponseStatus status, java.lang.String message, boolean closeChannel, java.lang.Throwable cause)  
      Netty4RouterException​(io.netty.handler.codec.http.HttpResponseStatus status, java.lang.String message, boolean closeChannel, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.netty.handler.codec.http.HttpResponseStatus status()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Netty4RouterException

        public Netty4RouterException​(@Nonnull
                                     io.netty.handler.codec.http.HttpResponseStatus status,
                                     boolean closeChannel)
      • Netty4RouterException

        public Netty4RouterException​(@Nonnull
                                     io.netty.handler.codec.http.HttpResponseStatus status,
                                     @Nonnull
                                     java.lang.String message,
                                     boolean closeChannel)
      • Netty4RouterException

        public Netty4RouterException​(@Nonnull
                                     io.netty.handler.codec.http.HttpResponseStatus status,
                                     boolean closeChannel,
                                     java.lang.Throwable cause)
      • Netty4RouterException

        public Netty4RouterException​(@Nonnull
                                     io.netty.handler.codec.http.HttpResponseStatus status,
                                     @Nonnull
                                     java.lang.String message,
                                     boolean closeChannel,
                                     java.lang.Throwable cause)
      • Netty4RouterException

        public Netty4RouterException​(@Nonnull
                                     io.netty.handler.codec.http.HttpResponseStatus status,
                                     boolean closeChannel,
                                     java.lang.Throwable cause,
                                     boolean enableSuppression,
                                     boolean writableStackTrace)
      • Netty4RouterException

        public Netty4RouterException​(@Nonnull
                                     io.netty.handler.codec.http.HttpResponseStatus status,
                                     @Nonnull
                                     java.lang.String message,
                                     boolean closeChannel,
                                     java.lang.Throwable cause,
                                     boolean enableSuppression,
                                     boolean writableStackTrace)
    • Method Detail