Package org.hibernate

Class AssertionFailure

    • Constructor Detail

      • AssertionFailure

        public AssertionFailure​(String message)
        Creates an instance of AssertionFailure using the given message.
        Parameters:
        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.
        Parameters:
        message - The message explaining the reason for the exception
        cause - The underlying cause.