Class SpallocProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
uk.ac.manchester.spinnaker.spalloc.exceptions.SpallocProtocolException
All Implemented Interfaces:
Serializable

public class SpallocProtocolException extends IOException
Thrown when a network-level problem occurs during protocol handling.
See Also:
  • Constructor Details

    • SpallocProtocolException

      public SpallocProtocolException(Throwable cause)
      Parameters:
      cause - The cause of this exception.
    • SpallocProtocolException

      public SpallocProtocolException(String msg)
      Parameters:
      msg - The message of this exception.