Package org.camunda.automator.engine
Class AutomatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.camunda.automator.engine.AutomatorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAutomatorException(int code, String message) AutomatorException(String message) AutomatorException(String message, org.camunda.community.rest.client.invoker.ApiException exception) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
code
public int code -
message
-
-
Constructor Details
-
AutomatorException
-
AutomatorException
-
AutomatorException
public AutomatorException(String message, org.camunda.community.rest.client.invoker.ApiException exception)
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getCode
public int getCode()
-