类 JdbcMappingException

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.repository.mapping.MappingException
cn.featherfly.common.db.mapping.JdbcMappingException
所有已实现的接口:
java.io.Serializable

public class JdbcMappingException
extends cn.featherfly.common.repository.mapping.MappingException

JdbcMappingException

.
另请参阅:
序列化表格
  • 字段概要

    从类继承的字段 cn.featherfly.common.exception.LocalizedException

    charset

    从类继承的字段 cn.featherfly.common.exception.BaseException

    logger
  • 构造器概要

    构造器
    构造器 说明
    JdbcMappingException()
    Instantiates a new jdbc mapping exception.
    JdbcMappingException​(java.lang.String message)
    Instantiates a new jdbc mapping exception.
    JdbcMappingException​(java.lang.String message, java.lang.Object[] args)
    Instantiates a new jdbc mapping exception.
    JdbcMappingException​(java.lang.String message, java.lang.Object[] args, java.lang.Throwable ex)
    Instantiates a new jdbc mapping exception.
    JdbcMappingException​(java.lang.String message, java.lang.Object[] args, java.util.Locale locale)
    Instantiates a new jdbc mapping exception.
    JdbcMappingException​(java.lang.String message, java.lang.Object[] args, java.util.Locale locale, java.lang.Throwable ex)
    Instantiates a new jdbc mapping exception.
    JdbcMappingException​(java.lang.String message, java.lang.Throwable ex)
    Instantiates a new jdbc mapping exception.
    JdbcMappingException​(java.lang.String message, java.util.Locale locale)
    Instantiates a new jdbc mapping exception.
    JdbcMappingException​(java.lang.String message, java.util.Locale locale, java.lang.Throwable ex)
    Instantiates a new jdbc mapping exception.
    JdbcMappingException​(java.lang.Throwable ex)
    Instantiates a new jdbc mapping 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
  • 构造器详细资料

    • JdbcMappingException

      public JdbcMappingException()
      Instantiates a new jdbc mapping exception.
    • JdbcMappingException

      public JdbcMappingException​(java.lang.String message, java.util.Locale locale, java.lang.Throwable ex)
      Instantiates a new jdbc mapping exception.
      参数:
      message - the message
      locale - the locale
      ex - the ex
    • JdbcMappingException

      public JdbcMappingException​(java.lang.String message, java.util.Locale locale)
      Instantiates a new jdbc mapping exception.
      参数:
      message - the message
      locale - the locale
    • JdbcMappingException

      public JdbcMappingException​(java.lang.String message, java.lang.Object[] args, java.util.Locale locale, java.lang.Throwable ex)
      Instantiates a new jdbc mapping exception.
      参数:
      message - the message
      args - the args
      locale - the locale
      ex - the ex
    • JdbcMappingException

      public JdbcMappingException​(java.lang.String message, java.lang.Object[] args, java.util.Locale locale)
      Instantiates a new jdbc mapping exception.
      参数:
      message - the message
      args - the args
      locale - the locale
    • JdbcMappingException

      public JdbcMappingException​(java.lang.String message, java.lang.Object[] args, java.lang.Throwable ex)
      Instantiates a new jdbc mapping exception.
      参数:
      message - the message
      args - the args
      ex - the ex
    • JdbcMappingException

      public JdbcMappingException​(java.lang.String message, java.lang.Object[] args)
      Instantiates a new jdbc mapping exception.
      参数:
      message - the message
      args - the args
    • JdbcMappingException

      public JdbcMappingException​(java.lang.String message, java.lang.Throwable ex)
      Instantiates a new jdbc mapping exception.
      参数:
      message - the message
      ex - the ex
    • JdbcMappingException

      public JdbcMappingException​(java.lang.String message)
      Instantiates a new jdbc mapping exception.
      参数:
      message - the message
    • JdbcMappingException

      public JdbcMappingException​(java.lang.Throwable ex)
      Instantiates a new jdbc mapping exception.
      参数:
      ex - the ex