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:
  • Constructor Details

    • SpallocServerException

      public SpallocServerException(String msg)
      Parameters:
      msg - The message of the exception.
    • SpallocServerException

      public SpallocServerException(ExceptionResponse r)
      Parameters:
      r - The deserialised message from the server.