Class RuntimeRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.controller.cluster.access.concepts.RequestException
org.opendaylight.controller.cluster.access.concepts.RuntimeRequestException
- All Implemented Interfaces:
Serializable
General error raised when the recipient of a
Request
fails to process a request.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeRequestException
-
-
Method Details
-
isRetriable
public boolean isRetriable()- Specified by:
isRetriable
in classRequestException
-
unwrap
Description copied from class:RequestException
Unwraps the underlying failure. This method is overridden only inRuntimeRequestException
.- Overrides:
unwrap
in classRequestException
- Returns:
- Underlying cause of the failure if exception is a
RuntimeRequestException
, or the exception itself.
-