java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.integration.platform.catalog.exception.CatalogRuntimeException
org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.ApiSpecificationExportException
org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.ChainElementVerificationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpTriggerMethodsNotSpecified, WrongChainElementTypeException

public class ChainElementVerificationException extends ApiSpecificationExportException
See Also:
  • Constructor Details

    • ChainElementVerificationException

      public ChainElementVerificationException(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element, String message)
  • Method Details

    • extractChainId

      protected static String extractChainId(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
    • extractElementId

      protected static String extractElementId(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
    • getChainId

      public String getChainId()
    • getElementId

      public String getElementId()