类 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 message
      locale - the locale
      ex - the ex
    • DatabaseMetadataException

      public DatabaseMetadataException​(java.lang.String message, java.util.Locale locale)
      Instantiates a new database metadata exception.
      参数:
      message - the message
      locale - 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 message
      argus - the argus
      locale - the locale
      ex - 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 message
      argus - the argus
      locale - 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 message
      argus - the argus
      ex - the ex
    • DatabaseMetadataException

      public DatabaseMetadataException​(java.lang.String message, java.lang.Object[] argus)
      Instantiates a new database metadata exception.
      参数:
      message - the message
      argus - the argus
    • DatabaseMetadataException

      public DatabaseMetadataException​(java.lang.String message, java.lang.Throwable ex)
      Instantiates a new database metadata exception.
      参数:
      message - the message
      ex - 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