Class FlywayException

    • Constructor Detail

      • FlywayException

        public FlywayException​(String message,
                               Throwable cause)
        Creates a new FlywayException with this message and this cause.
        Parameters:
        message - The exception message.
        cause - The exception cause.
      • FlywayException

        public FlywayException​(Throwable cause)
        Creates a new FlywayException with this cause. For use in subclasses that override getMessage().
        Parameters:
        cause - The exception cause.
      • FlywayException

        public FlywayException​(String message)
        Creates a new FlywayException with this message.
        Parameters:
        message - The exception message.
      • FlywayException

        public FlywayException()
        Creates a new FlywayException. For use in subclasses that override getMessage().