Class SourceStreamIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.postgresql.util.internal.SourceStreamIOException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intThe number of bytes remaining to transfer to the destination stream. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString