org.springframework.integration.ip.tcp.serializer
Class SoftEndOfStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.springframework.integration.ip.tcp.serializer.SoftEndOfStreamException
All Implemented Interfaces:
java.io.Serializable

public class SoftEndOfStreamException
extends java.io.IOException

Used to communicate that a stream has closed, but between logical messages.

Since:
2.0
See Also:
Serialized Form

Constructor Summary
SoftEndOfStreamException()
           
SoftEndOfStreamException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoftEndOfStreamException

public SoftEndOfStreamException()

SoftEndOfStreamException

public SoftEndOfStreamException(java.lang.String message)