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