1.50.39

interbase.interclient
Class BlobIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--interbase.interclient.BlobIOException

public final class BlobIOException
extends IOException

An exception has occurred while operating on a blob stream.

The driver maintains the stream by requesting network segments when needed, managing blob requests against other JDBC requests, converting stream data encodings, and flushing the blob stream when necessary.

A variety of SQLExceptions, or IOExceptions could occur within the driver during a user-requested operation on a blob stream, but all exceptions are surfaced to the user of the stream as a java IOException, because the user is operating on a java.io.InputStream which is not distinguished as a blob stream as part of the JDBC API.

Here are some typical reasons for a BlobIOException

Since:
Extension, since 1.50
See Also:
Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


1.50.39

Send comments or suggestions to icsupport@interbase.com