Class SqlException

All Implemented Interfaces:
Serializable

public class SqlException extends AbstractException
SQL错误
Since:
1.0.1
Version:
1.0.1
Author:
xmagic
See Also:
  • Constructor Details

    • SqlException

      public SqlException(String err, String tag)
    • SqlException

      public SqlException(String err)
    • SqlException

      public SqlException()
    • SqlException

      public SqlException(ResultCode resultCode, String err, String tag)
    • SqlException

      public SqlException(ResultCode resultCode)
    • SqlException

      public SqlException(ResultCode resultCode, String err)