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