Class SoftEndOfStreamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.integration.ip.tcp.serializer.SoftEndOfStreamException
All Implemented Interfaces:
Serializable

public class SoftEndOfStreamException extends RuntimeException
Used to communicate that a stream has closed, but between logical messages.
Since:
2.0
Author:
Gary Russell
See Also:
  • Constructor Details

    • SoftEndOfStreamException

      public SoftEndOfStreamException()
      Default constructor.
    • SoftEndOfStreamException

      public SoftEndOfStreamException(String message)
      Construct an instance with the message.
      Parameters:
      message - the message.
    • SoftEndOfStreamException

      public SoftEndOfStreamException(String message, Throwable cause)
      Construct an instance with the message and cause.
      Parameters:
      message - the message.
      cause - the cause.
      Since:
      4.3.21.