类 PulsarExceptionBase

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.common.exception.PulsarExceptionBase
所有已实现的接口:
Serializable

public abstract class PulsarExceptionBase extends Exception
另请参阅:
  • 构造器详细资料

    • 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)
  • 方法详细资料