Class UnexpectedLiquibaseException

    • Constructor Detail

      • UnexpectedLiquibaseException

        public UnexpectedLiquibaseException​(String message)
        Constructs a new UnexpectedLiquibaseException with the given message
        Parameters:
        message - a message describing what should never have happened
      • UnexpectedLiquibaseException

        public UnexpectedLiquibaseException​(String message,
                                            Throwable cause)
        Constructs a new UnexpectedLiquibaseException with the given message and adds information about the Throwable cause of the problem.
        Parameters:
        message - a message describing what should never have happened
        cause - The Throwable event that should never have happened