Class PulsarClientException.AlreadyClosedException

All Implemented Interfaces:
Serializable
Enclosing class:
PulsarClientException

public static class PulsarClientException.AlreadyClosedException extends PulsarClientException
Already closed exception thrown by Pulsar client.
See Also:
  • Constructor Details

    • AlreadyClosedException

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

      public AlreadyClosedException(String msg, long sequenceId)
      Constructs an AlreadyClosedException 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