Class InterceptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.common.intercept.InterceptException
All Implemented Interfaces:
Serializable

public class InterceptException extends Exception
Base exception for the broker interceptor.
See Also:
  • Constructor Details

    • InterceptException

      public InterceptException(int errorCode, String message)