Class PostgreSQLException.ServerErrorMessage
- java.lang.Object
-
- org.apache.shardingsphere.dialect.postgresql.exception.PostgreSQLException.ServerErrorMessage
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PostgreSQLException
public static class PostgreSQLException.ServerErrorMessage extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerErrorMessage(String severity, org.apache.shardingsphere.infra.util.exception.external.sql.vendor.VendorError vendorError, Object... reasonArgs)
-