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
@Beta public class BackendFailedException extends IllegalStateException
Exception thrown when the backend of aDataTreeSnapshotCursor
detects an errors which prevents it from completing the requested operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackendFailedException(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
-
-