org.springframework.integration.ip.tcp.converter
Class SoftEndOfStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.springframework.integration.ip.tcp.converter.SoftEndOfStreamException
- All Implemented Interfaces:
- Serializable
public class SoftEndOfStreamException
- extends IOException
Used to communicate that a stream has closed, but between logical
messages.
- Since:
- 2.0
- Author:
- Gary Russell
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SoftEndOfStreamException
public SoftEndOfStreamException()
SoftEndOfStreamException
public SoftEndOfStreamException(String message)
Copyright © 2010. All Rights Reserved.