| Package | Description |
|---|---|
| eu.dnetlib.repo.manager.shared |
| Modifier and Type | Method and Description |
|---|---|
ValidationServiceException.ErrorCode |
ValidationServiceException.getErrorCode() |
static ValidationServiceException.ErrorCode |
ValidationServiceException.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationServiceException.ErrorCode[] |
ValidationServiceException.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ValidationServiceException(String message,
Throwable cause,
ValidationServiceException.ErrorCode errorCode) |
ValidationServiceException(String message,
ValidationServiceException.ErrorCode errorCode) |
ValidationServiceException(Throwable cause,
ValidationServiceException.ErrorCode errorCode) |
ValidationServiceException(ValidationServiceException.ErrorCode errorCode) |
Copyright © 2019. All rights reserved.