Package org.postgresql.util.internal
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString