Class HvlBpmnEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tr.com.havelsan.javarch.exception.HvlUncheckedException
tr.com.havelsan.javarch.bpmn.engine.cloud.client.exception.HvlBpmnEngineException
All Implemented Interfaces:
Serializable, tr.com.havelsan.javarch.exception.HvlException

@HvlFeignClientError public class HvlBpmnEngineException extends tr.com.havelsan.javarch.exception.HvlUncheckedException
HvlBpmnEngineException is thrown with errorCode and errorMessage when occurred an error.
See Also:
  • Field Details

    • ENGINE_EXCEPTION_CODE

      public static final String ENGINE_EXCEPTION_CODE
      The constant ADMIN_EXCEPTION_CODE.
      See Also:
  • Constructor Details

    • HvlBpmnEngineException

      public HvlBpmnEngineException()
      Instantiates a new HvlBpmnEngineException.
    • HvlBpmnEngineException

      public HvlBpmnEngineException(tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail)
      Instantiates a new HvlBpmnAdminException.
      Parameters:
      errorDetail - the error detail
    • HvlBpmnEngineException

      public HvlBpmnEngineException(String code, String errorMessage)
      Instantiates a new HvlBpmnAdminException.
      Parameters:
      code - the code
      errorMessage - the error message
    • HvlBpmnEngineException

      public HvlBpmnEngineException(String errorMessage)
      Instantiates a new HvlBpmnAdminException.
      Parameters:
      errorMessage - the error message
    • HvlBpmnEngineException

      public HvlBpmnEngineException(String code, String errorDetail, String errorMessage)
      Instantiates a new HvlBpmnAdminException.
      Parameters:
      code - the code
      errorDetail - the error detail
      errorMessage - the error message
    • HvlBpmnEngineException

      public HvlBpmnEngineException(String errorCode, String message, Throwable t)
      Instantiates a new HvlBpmnAdminException.
      Parameters:
      errorCode - the error code
      message - the message
      t - the t
    • HvlBpmnEngineException

      public HvlBpmnEngineException(tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail, Throwable t)
      Instantiates a new HvlBpmnAdminException.
      Parameters:
      errorDetail - the error detail
      t - the t