Class PulsarException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PulsarBatchListenerFailedException

public class PulsarException extends NestedRuntimeException
Spring Pulsar specific NestedRuntimeException implementation.
Author:
Soby Chacko
See Also:
  • Constructor Details

    • PulsarException

      public PulsarException(String msg)
    • PulsarException

      public PulsarException(String msg, Throwable cause)