Class NotLeaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.controller.cluster.access.concepts.RequestException
org.opendaylight.controller.cluster.access.commands.NotLeaderException
- All Implemented Interfaces:
 Serializable
General error raised when the recipient of a Request is not the correct backend to talk to. This typically
 means that the backend processing has moved and the frontend needs to run rediscovery and retry the request.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.opendaylight.controller.cluster.access.concepts.RequestException
unwrapMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NotLeaderException
 
 - 
 - 
Method Details
- 
isRetriable
public boolean isRetriable()- Specified by:
 isRetriablein classRequestException
 
 -