Class ChainElementVerificationException
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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChainElementVerificationException(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element, String message) -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringextractChainId(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element) protected static StringextractElementId(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element) Methods inherited from class org.qubership.integration.platform.catalog.exception.CatalogRuntimeException
getOriginalException, setOriginalExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
-
getElementId
-