Class PulsarException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.pulsar.PulsarException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PulsarBatchListenerFailedException, PulsarFunctionAdministration.PulsarFunctionException

public class PulsarException extends org.springframework.core.NestedRuntimeException
Spring Pulsar specific NestedRuntimeException implementation.
See Also:
  • Constructor Details

    • PulsarException

      public PulsarException(String msg)
    • PulsarException

      public PulsarException(Throwable cause)
    • PulsarException

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