Package org.duracloud.common.error
Class ManifestVerifyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.duracloud.common.error.DuraCloudCheckedException
org.duracloud.common.error.ManifestVerifyException
- All Implemented Interfaces:
Serializable,MessageFormattable
- Author:
- Andrew Woods Date: Oct 24, 2009
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumError types of specific to verifying checksum manifests. -
Constructor Summary
ConstructorsConstructorDescriptionManifestVerifyException(String file0, String file1, int count0, int count1) ManifestVerifyException(String file0, String file1, List<String> badChksumPairs) -
Method Summary
Modifier and TypeMethodDescriptiongetKey()This method returns the message key used as an index in the ResourceBundle.Methods inherited from class org.duracloud.common.error.DuraCloudCheckedException
getArgs, getFormattedMessage, setArgsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ManifestVerifyException
- Parameters:
msg- General message of error.
-
ManifestVerifyException
- 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
- 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
-
getKey
Description copied from interface:MessageFormattableThis method returns the message key used as an index in the ResourceBundle.- Specified by:
getKeyin interfaceMessageFormattable- Overrides:
getKeyin classDuraCloudCheckedException- Returns:
- key
-
getErrorType
-