com.xiaoleilu.hutool.exceptions
类 DbRuntimeException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 com.xiaoleilu.hutool.exceptions.DbRuntimeException
所有已实现的接口:
Serializable

public class DbRuntimeException
extends RuntimeException

数据库异常

作者:
xiaoleilu
另请参见:
序列化表格

构造方法摘要
DbRuntimeException(String message)
           
DbRuntimeException(String messageTemplate, Object... params)
           
DbRuntimeException(String message, Throwable throwable)
           
DbRuntimeException(Throwable e)
           
DbRuntimeException(Throwable throwable, String messageTemplate, Object... params)
           
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

DbRuntimeException

public DbRuntimeException(Throwable e)

DbRuntimeException

public DbRuntimeException(String message)

DbRuntimeException

public DbRuntimeException(String messageTemplate,
                          Object... params)

DbRuntimeException

public DbRuntimeException(String message,
                          Throwable throwable)

DbRuntimeException

public DbRuntimeException(Throwable throwable,
                          String messageTemplate,
                          Object... params)


Copyright © 2014. All rights reserved.