Class MySQLErrPacketFactory
java.lang.Object
org.apache.shardingsphere.proxy.frontend.mysql.err.MySQLErrPacketFactory
ERR packet factory for MySQL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MySQLErrPacketnewInstance(Exception cause) Create new instance of MySQL ERR packet.
-
Constructor Details
-
MySQLErrPacketFactory
public MySQLErrPacketFactory()
-
-
Method Details
-
newInstance
Create new instance of MySQL ERR packet.- Parameters:
cause- cause- Returns:
- created instance
-