Class UnroutableMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.manchester.spinnaker.messages.model.UnexpectedResponseCodeException
uk.ac.manchester.spinnaker.messages.model.UnroutableMessageException
- All Implemented Interfaces:
Serializable
Indicate that the board (or BMP) was unable to send a message on to its
final destination.
- See Also:
-
Field Summary
FieldsFields inherited from class uk.ac.manchester.spinnaker.messages.model.UnexpectedResponseCodeException
response
-
Constructor Summary
ConstructorsConstructorDescriptionUnroutableMessageException
(String operation, Enum<?> command, SDPHeader header) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
header
The full header from the response message.
-
-
Constructor Details
-
UnroutableMessageException
- Parameters:
operation
- The overall operation that we were doing.command
- The command that we were handling a response to.header
- The header that indicated a problem with routing.
-