Class ServerTerminationDeadlineReached

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
akka.http.impl.engine.server.ServerTerminationDeadlineReached
All Implemented Interfaces:
Serializable

public final class ServerTerminationDeadlineReached extends RuntimeException
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 Details

    • ServerTerminationDeadlineReached

      public ServerTerminationDeadlineReached()