Class 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 Details

    • header

      public final SDPHeader header
      The full header from the response message.
  • Constructor Details

    • UnroutableMessageException

      public UnroutableMessageException​(String operation, Enum<?> command, SDPHeader header)
      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.