Class DataTreeLoopException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opendaylight.mdsal.binding.api.DataTreeProducerException
-
- org.opendaylight.mdsal.binding.api.DataTreeLoopException
-
- All Implemented Interfaces:
Serializable
public class DataTreeLoopException extends DataTreeProducerException
Exception thrown when a loop is detected in the wayDataTreeListener
andDataTreeProducer
instances would be connected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataTreeLoopException(@NonNull String message)
DataTreeLoopException(@NonNull String message, @NonNull Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-