Package rife.engine.exceptions
Class SseConnectionAlreadyEstablishedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.engine.exceptions.EngineException
rife.engine.exceptions.SseConnectionAlreadyEstablishedException
- All Implemented Interfaces:
Serializable
Thrown when a server-sent events connection is established for a request
that already has one, since two connections over the same response would
interleave their event writes and corrupt the stream.
A request establishes its connection once, after which that same connection instance should be used for everything that it sends.
- Since:
- 1.10
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SseConnectionAlreadyEstablishedException
public SseConnectionAlreadyEstablishedException()
-