Class DuplicateChildNodeRejectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.opendaylight.yangtools.yang.data.util.DuplicateChildNodeRejectedException
-
- All Implemented Interfaces:
Serializable
@Beta public class DuplicateChildNodeRejectedException extends IllegalStateException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateChildNodeRejectedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DuplicateChildNodeRejectedException
public DuplicateChildNodeRejectedException(String message)
-
-