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 a DataTreeSnapshotCursor detects an errors which prevents it from completing the requested operation.
See Also:
  • Constructor Details

    • BackendFailedException

      public BackendFailedException(String message)
    • BackendFailedException

      public BackendFailedException(String message, Throwable cause)