Class PulsarExceptionBase
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.common.exception.PulsarExceptionBase
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedPulsarExceptionBase(String message) protectedPulsarExceptionBase(String message, Object... os) protectedPulsarExceptionBase(String message, Throwable cause) protectedPulsarExceptionBase(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PulsarExceptionBase
protected PulsarExceptionBase() -
PulsarExceptionBase
-
PulsarExceptionBase
-
PulsarExceptionBase
-
PulsarExceptionBase
-
-
Method Details
-
format
-