public class ChecksumFailureException extends RepositoryException
Constructor and Description |
---|
ChecksumFailureException(boolean retryWorthy,
String message,
Throwable cause) |
ChecksumFailureException(String message) |
ChecksumFailureException(String expected,
String actual) |
ChecksumFailureException(String message,
Throwable cause) |
ChecksumFailureException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getActual() |
String |
getExpected() |
boolean |
isRetryWorthy() |
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.