Class ImportExcelNotSupportedAttributeTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.atp.auth.springbootstarter.exceptions.AtpException
org.qubership.atp.dataset.exception.DataSetException
org.qubership.atp.dataset.exception.excel.ImportExcelNotSupportedAttributeTypeException
All Implemented Interfaces:
Serializable

@ResponseStatus(value=INTERNAL_SERVER_ERROR, reason="TDS-7007") public class ImportExcelNotSupportedAttributeTypeException extends DataSetException
See Also:
  • Constructor Details

    • ImportExcelNotSupportedAttributeTypeException

      public ImportExcelNotSupportedAttributeTypeException(String attributeName, String attributeTypeValue, List<AttributeType> supportedImportAttributeTypes)