All Implemented Interfaces:
Serializable

public class IncorrectDataStructureException extends DataValidationFailedException
Exception thrown when a proposed change fails validation before being applied into the datastore because of incorrect structure of user supplied data.
See Also:
  • Constructor Details

    • IncorrectDataStructureException

      public IncorrectDataStructureException(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path, String message, Throwable cause)
    • IncorrectDataStructureException

      public IncorrectDataStructureException(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path, String message)