Package org.camunda.connect
Class ConnectorResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.connect.ConnectorException
org.camunda.connect.ConnectorResponseException
- All Implemented Interfaces:
Serializable
Indicates an error during the response of a connector.
- See Also:
-
Constructor Summary
ConstructorDescriptionConnectorResponseException
(String message) ConnectorResponseException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectorResponseException
-
ConnectorResponseException
-