Class ConnectionErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.undertow.protocols.http2.ConnectionErrorException
All Implemented Interfaces:
Serializable

public class ConnectionErrorException extends IOException
Exception that represents a connection error
Author:
Stuart Douglas
See Also:
  • Constructor Details

    • ConnectionErrorException

      public ConnectionErrorException(int code)
    • ConnectionErrorException

      public ConnectionErrorException(int code, String message)
    • ConnectionErrorException

      public ConnectionErrorException(int code, Throwable cause)
  • Method Details

    • getCode

      public int getCode()