Class PulsarClientException.TimeoutException

All Implemented Interfaces:
Serializable
Enclosing class:
PulsarClientException

public static class PulsarClientException.TimeoutException extends PulsarClientException
Timeout exception thrown by Pulsar client.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException(Throwable t)
      Constructs an TimeoutException with the specified cause.
      Parameters:
      t - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
    • TimeoutException

      public TimeoutException(Throwable t, long sequenceId)
      Constructs an TimeoutException with the specified cause.
      Parameters:
      t - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
      sequenceId - The sequenceId of the message
    • TimeoutException

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

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