Class PackInvalidException

    • Constructor Detail

      • PackInvalidException

        public PackInvalidException​(File path,
                                    Throwable cause)
        Construct a pack invalid error with cause.
        Parameters:
        path - path of the invalid pack file.
        cause - cause of the pack file becoming invalid.
        Since:
        4.5.7
      • PackInvalidException

        public PackInvalidException​(String path,
                                    Throwable cause)
        Construct a pack invalid error with cause.
        Parameters:
        path - path of the invalid pack file.
        cause - cause of the pack file becoming invalid.
        Since:
        4.5.7