Class ExceptionResponse

java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.ExceptionResponse
All Implemented Interfaces:
Response

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

  • Method Details

    • getException

      public String getException()
      Returns:
      The exception message. Should not include a stack trace.