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