Package org.oracle.okafka.common.errors
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.oracle.okafka.common.errors.ConnectionException
- All Implemented Interfaces:
Serializable
public class ConnectionException
extends org.apache.kafka.common.KafkaException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionException
(String msg, Throwable cause) ConnectionException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionException
-
ConnectionException
-
ConnectionException
-
ConnectionException
public ConnectionException()
-