Class IntegrationKeyExtractionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.odata2services.odata.monitoring.IntegrationKeyExtractionException
- All Implemented Interfaces:
Serializable
An IntegrationKeyExtractionException represents an exception that occurs
while extracting the integration key value from a response.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrationKeyExtractionException(Throwable throwable) Constructor to create IntegrationKeyExtractionException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntegrationKeyExtractionException
Constructor to create IntegrationKeyExtractionException- Parameters:
throwable-Throwablethat was thrown
-