Class ConnectionLostException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.messaging.simp.stomp.ConnectionLostException
All Implemented Interfaces:
Serializable

public class ConnectionLostException extends RuntimeException
Raised when the connection for a STOMP session is lost rather than closed.
Since:
4.2
Author:
Rossen Stoyanchev
See Also:
  • Constructor Details

    • ConnectionLostException

      public ConnectionLostException(String message)