类 DatabaseMetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.featherfly.common.exception.BaseException
cn.featherfly.common.exception.LocalizedException
cn.featherfly.common.db.JdbcException
cn.featherfly.common.db.metadata.DatabaseMetadataException
- 所有已实现的接口:
java.io.Serializable
public class DatabaseMetadataException extends JdbcException
database metadata exception
.- 另请参阅:
- 序列化表格
-
字段概要
从类继承的字段 cn.featherfly.common.exception.LocalizedException
charset从类继承的字段 cn.featherfly.common.exception.BaseException
logger -
构造器概要
构造器 构造器 说明 DatabaseMetadataException()Instantiates a new database metadata exception.DatabaseMetadataException(java.lang.String message)Instantiates a new database metadata exception.DatabaseMetadataException(java.lang.String message, java.lang.Object[] argus)Instantiates a new database metadata exception.DatabaseMetadataException(java.lang.String message, java.lang.Object[] argus, java.lang.Throwable ex)Instantiates a new database metadata exception.DatabaseMetadataException(java.lang.String message, java.lang.Object[] argus, java.util.Locale locale)Instantiates a new database metadata exception.DatabaseMetadataException(java.lang.String message, java.lang.Object[] argus, java.util.Locale locale, java.lang.Throwable ex)Instantiates a new database metadata exception.DatabaseMetadataException(java.lang.String message, java.lang.Throwable ex)Instantiates a new database metadata exception.DatabaseMetadataException(java.lang.String message, java.util.Locale locale)Instantiates a new database metadata exception.DatabaseMetadataException(java.lang.String message, java.util.Locale locale, java.lang.Throwable ex)Instantiates a new database metadata exception.DatabaseMetadataException(java.lang.Throwable ex)Instantiates a new database metadata exception. -
方法概要
从类继承的方法 cn.featherfly.common.exception.LocalizedException
getCharset, getLocalizedMessage, setCharset从类继承的方法 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
构造器详细资料
-
DatabaseMetadataException
public DatabaseMetadataException()Instantiates a new database metadata exception. -
DatabaseMetadataException
public DatabaseMetadataException(java.lang.String message, java.util.Locale locale, java.lang.Throwable ex)Instantiates a new database metadata exception.- 参数:
message- the messagelocale- the localeex- the ex
-
DatabaseMetadataException
public DatabaseMetadataException(java.lang.String message, java.util.Locale locale)Instantiates a new database metadata exception.- 参数:
message- the messagelocale- the locale
-
DatabaseMetadataException
public DatabaseMetadataException(java.lang.String message, java.lang.Object[] argus, java.util.Locale locale, java.lang.Throwable ex)Instantiates a new database metadata exception.- 参数:
message- the messageargus- the arguslocale- the localeex- the ex
-
DatabaseMetadataException
public DatabaseMetadataException(java.lang.String message, java.lang.Object[] argus, java.util.Locale locale)Instantiates a new database metadata exception.- 参数:
message- the messageargus- the arguslocale- the locale
-
DatabaseMetadataException
public DatabaseMetadataException(java.lang.String message, java.lang.Object[] argus, java.lang.Throwable ex)Instantiates a new database metadata exception.- 参数:
message- the messageargus- the argusex- the ex
-
DatabaseMetadataException
public DatabaseMetadataException(java.lang.String message, java.lang.Object[] argus)Instantiates a new database metadata exception.- 参数:
message- the messageargus- the argus
-
DatabaseMetadataException
public DatabaseMetadataException(java.lang.String message, java.lang.Throwable ex)Instantiates a new database metadata exception.- 参数:
message- the messageex- the ex
-
DatabaseMetadataException
public DatabaseMetadataException(java.lang.String message)Instantiates a new database metadata exception.- 参数:
message- the message
-
DatabaseMetadataException
public DatabaseMetadataException(java.lang.Throwable ex)Instantiates a new database metadata exception.- 参数:
ex- the ex
-