コード例 #1
0
 @Override
 public void fromData(DataInput in) throws IOException, ClassNotFoundException {
   super.fromData(in);
   this.bridgeInfo = (RemoteBridgeServer) DataSerializer.readObject(in);
   this.exception = (Exception) DataSerializer.readObject(in);
 }