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
public class UnroutableMessageException extends UnexpectedResponseCodeException
Indicate that the board (or BMP) was unable to send a message on to its
final destination.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description SDPHeader
header
The full header from the response message.Fields inherited from class uk.ac.manchester.spinnaker.messages.model.UnexpectedResponseCodeException
response
-
Constructor Summary
Constructors Constructor Description UnroutableMessageException(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.
-