Class HvlBpmnSchedulerException

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

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

    • SCHEDULER_EXCEPTION_CODE

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

    • HvlBpmnSchedulerException

      public HvlBpmnSchedulerException()
      Instantiates a new HvlBpmnSchedulerException.
    • HvlBpmnSchedulerException

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

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

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

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

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

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