Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.github.shyiko.mysql.binlog.network.ServerException
com.github.shyiko.mysql.binlog.network.AuthenticationException
- All Implemented Interfaces:
Serializable
- Author:
- Stanley Shyiko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException(String message) AuthenticationException(String message, int errorCode, String sqlState) -
Method Summary
Methods inherited from class com.github.shyiko.mysql.binlog.network.ServerException
getErrorCode, getSqlStateMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
-
AuthenticationException
-