public class ManifestVerifyException extends DuraCloudCheckedException
| Modifier and Type | Class and Description |
|---|---|
static class |
ManifestVerifyException.ErrorType
Error types of specific to verifying checksum manifests.
|
| Constructor and Description |
|---|
ManifestVerifyException(String msg) |
ManifestVerifyException(String file0,
String file1,
int count0,
int count1) |
ManifestVerifyException(String file0,
String file1,
List<String> badChksumPairs) |
| Modifier and Type | Method and Description |
|---|---|
ManifestVerifyException.ErrorType |
getErrorType() |
String |
getKey()
This method returns the message key used as an index in the ResourceBundle.
|
getArgs, getFormattedMessage, setArgsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ManifestVerifyException(String msg)
msg - General message of error.public ManifestVerifyException(String file0, String file1, int count0, int count1)
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.public String getKey()
MessageFormattablegetKey in interface MessageFormattablegetKey in class DuraCloudCheckedExceptionpublic ManifestVerifyException.ErrorType getErrorType()
Copyright © 2009–2016 DuraSpace. All rights reserved.