Package rife.engine.exceptions
Class SseOutputRefusedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.engine.exceptions.EngineException
rife.engine.exceptions.SseOutputRefusedException
- All Implemented Interfaces:
Serializable
Thrown when regular response output is used after a server-sent events
connection has been established for the request, since that output would
corrupt the event stream.
Once a connection has been established, you should send everything that the client has to receive as events through that connection.
- 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
-
SseOutputRefusedException
public SseOutputRefusedException()
-