Class SqlRuntimeException

All Implemented Interfaces:
Serializable

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

    • SqlRuntimeException

      public SqlRuntimeException(String err, String tag)
    • SqlRuntimeException

      public SqlRuntimeException(String err)
    • SqlRuntimeException

      public SqlRuntimeException()
    • SqlRuntimeException

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

      public SqlRuntimeException(ResultCode resultCode, String err)
    • SqlRuntimeException

      public SqlRuntimeException(ResultCode resultCode)