public class ChecksumValidationException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
ChecksumValidationException.ValidationError |
Constructor and Description |
---|
ChecksumValidationException(ChecksumValidationException.ValidationError errorType) |
ChecksumValidationException(ChecksumValidationException.ValidationError errorType,
String message) |
ChecksumValidationException(ChecksumValidationException.ValidationError errorType,
String message,
Throwable cause) |
ChecksumValidationException(ChecksumValidationException.ValidationError errorType,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ChecksumValidationException.ValidationError |
getErrorType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChecksumValidationException(ChecksumValidationException.ValidationError errorType)
public ChecksumValidationException(ChecksumValidationException.ValidationError errorType, String message)
public ChecksumValidationException(ChecksumValidationException.ValidationError errorType, String message, Throwable cause)
public ChecksumValidationException(ChecksumValidationException.ValidationError errorType, Throwable cause)
public ChecksumValidationException.ValidationError getErrorType()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.