Package | Description |
---|---|
org.apache.archiva.checksum |
Modifier and Type | Method and Description |
---|---|
ChecksumValidationException.ValidationError |
ChecksumValidationException.getErrorType() |
static ChecksumValidationException.ValidationError |
ChecksumValidationException.ValidationError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumValidationException.ValidationError[] |
ChecksumValidationException.ValidationError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.