Package | Description |
---|---|
fr.cnes.doi.client |
Provides classes to request external web services.
|
fr.cnes.doi.exception |
All current Exceptions.
|
Modifier and Type | Method and Description |
---|---|
static ClientMDS.DATACITE_API_RESPONSE |
ClientMDS.DATACITE_API_RESPONSE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientMDS.DATACITE_API_RESPONSE[] |
ClientMDS.DATACITE_API_RESPONSE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DoiServerException(org.restlet.Application app,
ClientMDS.DATACITE_API_RESPONSE error)
Creates an exception based on the app and the error coming from
Doi-server.
|
DoiServerException(org.restlet.Application app,
ClientMDS.DATACITE_API_RESPONSE error,
Exception ex)
Creates an exception based on the app and the error coming from
Doi-server.
|
DoiServerException(org.restlet.Application app,
ClientMDS.DATACITE_API_RESPONSE error,
String description)
Creates an exception based on the app and the error coming from
Doi-server.
|
DoiServerException(org.restlet.Application app,
ClientMDS.DATACITE_API_RESPONSE error,
String description,
Throwable cause)
Creates an exception based on the app and the error coming from
Doi-server.
|
Copyright © 2017–2020 CNES. All rights reserved.