Class LoggableFailure

    • Constructor Detail

      • LoggableFailure

        public LoggableFailure​(String s,
                               javax.ws.rs.core.Response response)
      • LoggableFailure

        public LoggableFailure​(String s,
                               Throwable throwable,
                               javax.ws.rs.core.Response response)
      • LoggableFailure

        public LoggableFailure​(Throwable throwable,
                               javax.ws.rs.core.Response response)
      • LoggableFailure

        public LoggableFailure​(String s,
                               Throwable throwable)
      • LoggableFailure

        public LoggableFailure​(Throwable throwable)
      • LoggableFailure

        public LoggableFailure​(String s)
      • LoggableFailure

        public LoggableFailure​(int errorCode)
      • LoggableFailure

        public LoggableFailure​(String s,
                               int errorCode)
      • LoggableFailure

        public LoggableFailure​(String s,
                               Throwable throwable,
                               int errorCode)
      • LoggableFailure

        public LoggableFailure​(Throwable throwable,
                               int errorCode)