Class ServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.github.shyiko.mysql.binlog.network.ServerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException
- Author:
- Stanley Shyiko
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerException
-
-
Method Details
-
getErrorCode
public int getErrorCode()- Returns:
- error code
- See Also:
-
getSqlState
-