Class UpgradeException

All Implemented Interfaces:
Serializable

public class UpgradeException extends WebSocketException
Exception during WebSocket Upgrade Handshake.
See Also:
  • Constructor Details

    • 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 Details

    • getRequestURI

      public URI getRequestURI()
    • getResponseStatusCode

      public int getResponseStatusCode()