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
Used to communicate that a stream has closed, but between logical
 messages.
- Since:
- 2.0
- Author:
- Gary Russell
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructor.SoftEndOfStreamException(String message) Construct an instance with the message.SoftEndOfStreamException(String message, Throwable cause) Construct an instance with the message and cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SoftEndOfStreamExceptionpublic SoftEndOfStreamException()Default constructor.
- 
SoftEndOfStreamExceptionConstruct an instance with the message.- Parameters:
- message- the message.
 
- 
SoftEndOfStreamExceptionConstruct an instance with the message and cause.- Parameters:
- message- the message.
- cause- the cause.
- Since:
- 4.3.21.
 
 
-