Class InstanceCreationOfAbstractTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.inboundservices.persistence.validation.InstanceCreationOfAbstractTypeException
All Implemented Interfaces:
Serializable

public class InstanceCreationOfAbstractTypeException extends RuntimeException
Exception thrown when trying to persist an instance of abstract type.
See Also:
  • Constructor Details

    • InstanceCreationOfAbstractTypeException

      public InstanceCreationOfAbstractTypeException(String item)
      Instantiates this exception
      Parameters:
      item - code of the request integration object item
  • Method Details

    • getIntegrationItemType

      public String getIntegrationItemType()