Class AutomatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.camunda.automator.engine.AutomatorException
All Implemented Interfaces:
Serializable

public class AutomatorException extends Exception
See Also:
  • Field Details

    • code

      public int code
    • message

      public String message
  • Constructor Details

    • AutomatorException

      public AutomatorException(int code, String message)
    • AutomatorException

      public AutomatorException(String message)
    • AutomatorException

      public AutomatorException(String message, org.camunda.community.rest.client.invoker.ApiException exception)
  • Method Details