Class InterceptorLoadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.gateway.interceptors.impl.InterceptorLoadException
All Implemented Interfaces:
Serializable

public class InterceptorLoadException extends RuntimeException
Exception thrown when an interceptor cannot be loaded.
See Also:
  • Constructor Details

    • InterceptorLoadException

      public InterceptorLoadException(String id, String reason, Throwable cause)