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 Summary
Constructors Constructor Description ExceptionResponse()
-
Method Summary
Modifier and Type Method Description String
getException()
-
Constructor Details
-
ExceptionResponse
public ExceptionResponse()
-
-
Method Details
-
getException
- Returns:
- The exception message. Should not include a stack trace.
-