Class UnknownHistoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.controller.cluster.access.concepts.RequestException
-
- org.opendaylight.controller.cluster.access.commands.UnknownHistoryException
-
- All Implemented Interfaces:
Serializable
@Beta public final class UnknownHistoryException extends RequestException
ARequestException
indicating that the backend has received a request referencing an unknown history. This typically happens when the linear history ID is newer than the highest observedCreateLocalHistoryRequest
.- Author:
- Robert Varga
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownHistoryException(Long lastSeenHistory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isRetriable()
-
Methods inherited from class org.opendaylight.controller.cluster.access.concepts.RequestException
unwrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownHistoryException
public UnknownHistoryException(Long lastSeenHistory)
-
-
Method Detail
-
isRetriable
public boolean isRetriable()
- Specified by:
isRetriable
in classRequestException
-
-