Class UpgradeException

    • Constructor Detail

      • UpgradeException

        public UpgradeException​(URI requestURI,
                                int responseStatusCode,
                                String message)
      • UpgradeException

        public UpgradeException​(URI requestURI,
                                int responseStatusCode,
                                String message,
                                Throwable cause)
      • UpgradeException

        public UpgradeException​(URI requestURI,
                                Throwable cause)
    • Method Detail

      • getRequestURI

        public URI getRequestURI()
      • getResponseStatusCode

        public int getResponseStatusCode()