Class BackendFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.opendaylight.yangtools.yang.data.tree.api.BackendFailedException
- All Implemented Interfaces:
Serializable
Exception thrown when the backend of a
DataTreeSnapshotCursor
detects an errors which prevents it from
completing the requested operation.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBackendFailedException
(String message) BackendFailedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackendFailedException
-
BackendFailedException
-