jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class NetProtocolV1.ErrorResponse

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.postgresql.NetProtocolV1.Response
        |
        +--org.sourceforge.jxdbcon.postgresql.NetProtocolV1.MessageResponse
              |
              +--org.sourceforge.jxdbcon.postgresql.NetProtocolV1.ErrorResponse
Enclosing class:
NetProtocolV1

final class NetProtocolV1.ErrorResponse
extends NetProtocolV1.MessageResponse

Fetch the error response.


Field Summary
(package private)  byte[] msg
           
 
Constructor Summary
(package private) NetProtocolV1.ErrorResponse()
           
 
Method Summary
(package private)  void read()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

msg

byte[] msg
Constructor Detail

NetProtocolV1.ErrorResponse

NetProtocolV1.ErrorResponse()
Method Detail

read

void read()
    throws IOException
Specified by:
read in class NetProtocolV1.Response
IOException

toString

public String toString()
Overrides:
toString in class Object

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.