Class UpgradeException

    • Constructor Detail

      • UpgradeException

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

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

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

      • getRequestURI

        public URI getRequestURI()
        Deprecated.
      • getResponseStatusCode

        public int getResponseStatusCode()
        Deprecated.