public static class RegistryClient.StaleApiEntryElement extends RegistryClient.InvalidApiEntryElement
RegistryClient
's methods. Make sure that you are using a fresh Element which you have gotten from one of the
other RegistryClient's methods, such as
RegistryClient.findApi(ApiSearchConditions).
This differs from RegistryClient.InvalidApiEntryElement. In case of RegistryClient.StaleApiEntryElement, the
API Element did originate from the RegistryClient. The problem is that it did so
quite a long time ago. You should fetch a fresh copy of the element every time you want to use
the API. See here: https://github.com/erasmus-without-paper/ewp-registry-client/issues/8
| Constructor and Description |
|---|
StaleApiEntryElement() |
StaleApiEntryElement(RuntimeException cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StaleApiEntryElement()
public StaleApiEntryElement(RuntimeException cause)
Copyright © 2017. All rights reserved.