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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SpallocProtocolException(String msg)
SpallocProtocolException(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
-
SpallocProtocolException
- Parameters:
cause
- The cause of this exception.
-
SpallocProtocolException
- Parameters:
msg
- The message of this exception.
-