Class ErrorPacket
java.lang.Object
org.mariadb.jdbc.internal.com.read.ErrorPacket
See protocol documentation https://mariadb.com/kb/en/err_packet/
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
errorCode
private final short errorCode -
sqlState
-
message
-
-
Constructor Details
-
ErrorPacket
Reading error stream.- Parameters:
buffer
- current stream rawBytes
-
-
Method Details
-
getMessage
-
getErrorCode
public short getErrorCode() -
getSqlState
-