java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.responses.ExceptionResponse
All Implemented Interfaces:
Response

public class ExceptionResponse extends Object implements Response
A response to a request that indicates a failure.
  • Constructor Details

    • ExceptionResponse

      public ExceptionResponse()
  • Method Details

    • getException

      public String getException()
      Get the exception to report.
      Returns:
      The exception
    • setException

      public void setException(JsonNode exception)
      Set the exception to report.
      Parameters:
      exception - The exception to set