Class SpallocProtocolTimeoutException

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

public class SpallocProtocolTimeoutException extends IOException
Thrown upon a protocol-level timeout.
See Also:
  • Constructor Details

    • SpallocProtocolTimeoutException

      public SpallocProtocolTimeoutException(String msg, Throwable cause)
      Parameters:
      msg - The message of the exception
      cause - The cause of the exception
    • SpallocProtocolTimeoutException

      public SpallocProtocolTimeoutException(String msg)
      Parameters:
      msg - The message of the exception