Class SourceStreamIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.postgresql.util.internal.SourceStreamIOException
All Implemented Interfaces:
Serializable

public class SourceStreamIOException extends IOException
A marker exception class to distinguish between "IOException when reading the data" and "IOException when writing the data" when transferring data from one stream to another.
See Also:
  • Constructor Details

    • SourceStreamIOException

      public SourceStreamIOException(int bytesRemaining, IOException cause)
  • Method Details