org.simantics.databoard.method
Class TcpConnection.Exception_

java.lang.Object
  extended by org.simantics.databoard.method.TcpConnection.Message
      extended by org.simantics.databoard.method.TcpConnection.Exception_
Enclosing class:
TcpConnection

public static class TcpConnection.Exception_
extends TcpConnection.Message


Field Summary
 java.lang.String message
           
 int requestId
           
 
Constructor Summary
TcpConnection.Exception_()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestId

public int requestId

message

public java.lang.String message
Constructor Detail

TcpConnection.Exception_

public TcpConnection.Exception_()