Spring Integration

org.springframework.integration.ip.tcp.converter
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.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

Constructor Summary
SoftEndOfStreamException()
           
SoftEndOfStreamException(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(String message)

Spring Integration

Copyright © 2010. All Rights Reserved.