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
public class AuthenticationException extends ServerException
- Author:
- Stanley Shyiko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(String message)
AuthenticationException(String message, int errorCode, String sqlState)
-
Method Summary
-
Methods inherited from class com.github.shyiko.mysql.binlog.network.ServerException
getErrorCode, getSqlState
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-