Package io.undertow.protocols.http2
Class ConnectionErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.undertow.protocols.http2.ConnectionErrorException
- All Implemented Interfaces:
Serializable
Exception that represents a connection error
- Author:
- Stuart Douglas
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionErrorException
(int code) ConnectionErrorException
(int code, String message) ConnectionErrorException
(int code, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionErrorException
public ConnectionErrorException(int code) -
ConnectionErrorException
-
ConnectionErrorException
-
-
Method Details
-
getCode
public int getCode()
-