程序包 org.hibernate

类 MappingException

    • 构造器详细资料

      • MappingException

        public MappingException​(String message,
                                Throwable cause)
        Constructs a MappingException using the given information.
        参数:
        message - A message explaining the exception condition
        cause - The underlying cause
      • MappingException

        public MappingException​(Throwable cause)
        Constructs a MappingException using the given information.
        参数:
        cause - The underlying cause
      • MappingException

        public MappingException​(String message)
        Constructs a MappingException using the given information.
        参数:
        message - A message explaining the exception condition