jora
Class DataTransferError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--jora.DataTransferError

public class DataTransferError
extends java.lang.Error

This error is raised when error is happened during data transfer between program and database server (for example IOException was thrown while operation with InputStream field)

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait