public class RecordNotExistsException extends MCSException
| Constructor and Description |
|---|
RecordNotExistsException()
Constructs a RecordNotExistsException with no specified detail message.
|
RecordNotExistsException(String recordId)
Constructs a RecordNotExistsException with the specified record identifier.
|
RecordNotExistsException(String localId,
String providerId)
Constructs a RecordNotExistsException with the specified local identifier and provider name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RecordNotExistsException()
public RecordNotExistsException(String recordId)
recordId - the record identifierCopyright © 2013–2016 Europeana Cloud Development Team. All rights reserved.