Class KsqlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.ksql.api.client.exception.KsqlException
All Implemented Interfaces:
Serializable

public class KsqlException extends RuntimeException
Converts KsqlErrorMessage into an exception to be passed to client exception handlers.
See Also:
  • Constructor Details

    • KsqlException

      public KsqlException(String message)