程序包 org.hibernate

类 AssertionFailure

    • 构造器详细资料

      • AssertionFailure

        public AssertionFailure​(String message)
        Creates an instance of AssertionFailure using the given message.
        参数:
        message - The message explaining the reason for the exception
      • AssertionFailure

        public AssertionFailure​(String message,
                                Throwable cause)
        Creates an instance of AssertionFailure using the given message and underlying cause.
        参数:
        message - The message explaining the reason for the exception
        cause - The underlying cause.