Package mariadbcdc.binlog.reader
Class BinLogException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mariadbcdc.binlog.reader.BinLogException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BinLogBadPacketException,BinLogEOFException,BinLogErrException,BinLogHandshakeFailException,BinLogIOException,StartedBadPositionException,UnsupportedAuthPluginException,UnsupportedLengthException
public class BinLogException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinLogException()BinLogException(java.lang.String message)BinLogException(java.lang.String message, java.lang.Throwable cause)BinLogException(java.lang.Throwable cause)
-