Class ErrorPacket
- java.lang.Object
-
- com.github.shyiko.mysql.binlog.network.protocol.ErrorPacket
-
- All Implemented Interfaces:
Packet
public class ErrorPacket extends Object implements Packet
- Author:
- Stanley Shyiko
-
-
Field Summary
-
Fields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH
-
-
Constructor Summary
Constructors Constructor Description ErrorPacket(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()StringgetErrorMessage()StringgetSqlState()
-
-
-
Constructor Detail
-
ErrorPacket
public ErrorPacket(byte[] bytes) throws IOException- Throws:
IOException
-
-