Package org.camunda.connect
Class ConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.connect.ConnectorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectorRequestException
,ConnectorResponseException
Base class for all connector exceptions
- See Also:
-
Constructor Summary
ConstructorDescriptionConnectorException
(String message) ConnectorException
(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
-
ConnectorException
-
ConnectorException
-