Package ratpack.core.http
Class ConnectionClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.core.http.ConnectionClosedException
-
- All Implemented Interfaces:
Serializable
public class ConnectionClosedException extends RuntimeException
Thrown when an operation is attempted against a connection that is closed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionClosedException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
fillInStackTrace()
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectionClosedException
public ConnectionClosedException(String message)
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in classThrowable
-
-