Class OlrNetworkClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.debezium.connector.oracle.olr.client.OlrNetworkClientException
- All Implemented Interfaces:
Serializable
An exception that represents a failure with the OpenLogReplicator network client.
- Author:
- Chris Cranford
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOlrNetworkClientException(String message) OlrNetworkClientException(String message, 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
-
OlrNetworkClientException
-
OlrNetworkClientException
-