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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SpallocProtocolTimeoutException(String msg)
SpallocProtocolTimeoutException(String msg, Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpallocProtocolTimeoutException
- Parameters:
msg
- The message of the exceptioncause
- The cause of the exception
-
SpallocProtocolTimeoutException
- Parameters:
msg
- The message of the exception
-