Class DbDataNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.BaseRuntimeException
icu.easyj.db.exception.DbDataNotFoundException
All Implemented Interfaces:
Serializable

public class DbDataNotFoundException extends icu.easyj.core.exception.BaseRuntimeException
数据库数据未找到的异常
Author:
wangliang181230
See Also:
  • Constructor Details

    • DbDataNotFoundException

      public DbDataNotFoundException(String message)
    • DbDataNotFoundException

      public DbDataNotFoundException(String message, String errorCode)
    • DbDataNotFoundException

      public DbDataNotFoundException(String message, Throwable cause)
    • DbDataNotFoundException

      public DbDataNotFoundException(String message, String errorCode, Throwable cause)