public class CandidateAlreadyRegisteredException extends Exception
Constructor and Description |
---|
CandidateAlreadyRegisteredException(@NonNull GenericEntity<T> entity) |
Modifier and Type | Method and Description |
---|---|
<T extends org.opendaylight.yangtools.concepts.Path<T>> |
getEntity()
Gets the entity for which a Candidate has already been registered in the current process.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CandidateAlreadyRegisteredException(@NonNull GenericEntity<T> entity)
public <T extends org.opendaylight.yangtools.concepts.Path<T>> @NonNull GenericEntity<T> getEntity()
T
- the instance identifier path typeCopyright © 2019 OpenDaylight. All rights reserved.