Class PulsarExceptionBase

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.common.exception.PulsarExceptionBase
All Implemented Interfaces:
Serializable

public abstract class PulsarExceptionBase extends Exception
See Also:
  • Constructor Details

    • PulsarExceptionBase

      protected PulsarExceptionBase()
    • PulsarExceptionBase

      protected PulsarExceptionBase(String message)
    • PulsarExceptionBase

      protected PulsarExceptionBase(String message, Object... os)
    • PulsarExceptionBase

      protected PulsarExceptionBase(Throwable cause)
    • PulsarExceptionBase

      protected PulsarExceptionBase(String message, Throwable cause)
  • Method Details