Class DeadHistoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.controller.cluster.access.concepts.RequestException
org.opendaylight.controller.cluster.access.commands.DeadHistoryException
- All Implemented Interfaces:
Serializable
A
RequestException
indicating that the backend has received a request to create a history which has already
been retired.- See Also:
-
Constructor Summary
Constructors -
Method Summary
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 Details
-
DeadHistoryException
-
-
Method Details
-
isRetriable
public boolean isRetriable()- Specified by:
isRetriable
in classRequestException
-