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
Spring Pulsar specific
NestedRuntimeException implementation.- Author:
- Soby Chacko, Jonas Geiregat
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPulsarException(@Nullable String msg, Throwable cause) PulsarException(String msg) PulsarException(Throwable cause) -
Method Summary
Methods inherited from class NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PulsarException
-
PulsarException
-
PulsarException
-
-
Method Details
-
unwrap
-