ctf.evaluation.simulator.responses
Class ErrorResponses

java.lang.Object
  extended by ctf.evaluation.simulator.responses.ErrorResponses

public class ErrorResponses
extends java.lang.Object


Constructor Summary
ErrorResponses(Connection offender, Connection innocent)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorResponses

public ErrorResponses(Connection offender,
                      Connection innocent)
               throws java.io.IOException,
                      NetworkException,
                      ProtocolError
Constructor.

Parameters:
offender - the connection that caused the problem
innocent - the other connection
Throws:
java.io.IOException
NetworkException
ProtocolError