Class TcpConnectionExceptionEvent

All Implemented Interfaces:
Serializable

public class TcpConnectionExceptionEvent extends TcpConnectionEvent
ApplicationEvent representing exceptions on a TcpConnection.
Since:
3.0
Author:
Gary Russell
See Also:
  • Constructor Details

    • TcpConnectionExceptionEvent

      public TcpConnectionExceptionEvent(TcpConnection connection, String connectionFactoryName, Throwable cause)