Class PulsarClientException.InvalidMessageException

All Implemented Interfaces:
Serializable
Enclosing class:
PulsarClientException

public static class PulsarClientException.InvalidMessageException extends PulsarClientException
Invalid message exception thrown by Pulsar client.
See Also:
  • Constructor Details

    • InvalidMessageException

      public InvalidMessageException(String msg)
      Constructs an InvalidMessageException with the specified detail message.
      Parameters:
      msg - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
    • InvalidMessageException

      public InvalidMessageException(String msg, long sequenceId)
      Constructs an InvalidMessageException with the specified detail message.
      Parameters:
      msg - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      sequenceId - The sequenceId of the message