Class SingleRootItemConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.validator.SingleRootItemConstraintViolationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSingleRootItemConstraintViolationException(String integrationObject, IntegrationObjectItemModel... rootItems) SingleRootItemConstraintViolationException(String integrationObject, List<IntegrationObjectItemModel> rootItems) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SingleRootItemConstraintViolationException
public SingleRootItemConstraintViolationException(String integrationObject, IntegrationObjectItemModel... rootItems) -
SingleRootItemConstraintViolationException
public SingleRootItemConstraintViolationException(String integrationObject, List<IntegrationObjectItemModel> rootItems)
-