Class SpallocServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.manchester.spinnaker.spalloc.exceptions.SpallocServerException
- All Implemented Interfaces:
Serializable
public class SpallocServerException extends Exception
Thrown when something went wrong on the server side that caused us to be sent
a message.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SpallocServerException(String msg)
SpallocServerException(ExceptionResponse r)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpallocServerException
- Parameters:
msg
- The message of the exception.
-
SpallocServerException
- Parameters:
r
- The deserialised message from the server.
-