Class PulsarException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PulsarBatchListenerFailedException, PulsarFunctionAdministration.PulsarFunctionException

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

    • PulsarException

      public PulsarException(String msg)
    • PulsarException

      public PulsarException(Throwable cause)
    • PulsarException

      public PulsarException(String msg, Throwable cause)
  • Method Details