Class ServerTerminationDeadlineReached
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.http.impl.engine.server.ServerTerminationDeadlineReached
- All Implemented Interfaces:
- Serializable
INTERNAL API
 
Used to fail when terminating connections forcefully at end of termination deadline. Not intended to be recovered from or caught by user error handlers.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ServerTerminationDeadlineReachedpublic ServerTerminationDeadlineReached()
 
-