程序包 org.hibernate

类 AnnotationException

    • 构造器详细资料

      • AnnotationException

        public AnnotationException​(String msg,
                                   Throwable cause)
        Constructs an AnnotationException using the given message and cause.
        参数:
        msg - The message explaining the reason for the exception.
        cause - The underlying cause.
      • AnnotationException

        public AnnotationException​(String msg)
        Constructs an AnnotationException using the given message.
        参数:
        msg - The message explaining the reason for the exception.