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
ConvertsKsqlErrorMessage
into an exception to be passed to client exception handlers.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KsqlException(int errorCode, String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
KsqlException
public KsqlException(int errorCode, String message)
-
-