Class ManifestVerifyException

All Implemented Interfaces:
Serializable, MessageFormattable

public class ManifestVerifyException extends DuraCloudCheckedException
Author:
Andrew Woods Date: Oct 24, 2009
See Also:
  • Constructor Details

    • ManifestVerifyException

      public ManifestVerifyException(String msg)
      Parameters:
      msg - General message of error.
    • ManifestVerifyException

      public ManifestVerifyException(String file0, String file1, int count0, int count1)
      Parameters:
      file0 - Filename of first manifest file.
      file1 - Filename of second manifest file.
      count0 - Number of entries in first manifest file.
      count1 - Number of entries in second manifest file.
    • ManifestVerifyException

      public ManifestVerifyException(String file0, String file1, List<String> badChksumPairs)
      Parameters:
      file0 - Filename of first manifest file.
      file1 - Filename of second manifest file.
      badChksumPairs - Pairs of chksum that do not match {file0:file1}
  • Method Details