Package io.micronaut.http.exceptions
Class ConnectionClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.micronaut.http.exceptions.HttpException
-
- io.micronaut.http.exceptions.ConnectionClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConnectionClosedException extends HttpException
Exception thrown when the client or server unexpectedly closes the connection.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionClosedException(java.lang.String message)
ConnectionClosedException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ConnectionClosedException
public ConnectionClosedException(java.lang.String message)
- Parameters:
message
- The message
-
ConnectionClosedException
public ConnectionClosedException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- The messagecause
- The throwable
-
-