Class UncheckedExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.util.exception.UncheckedExecutionException
All Implemented Interfaces:
Serializable

public final class UncheckedExecutionException extends RuntimeException
Should be use to indicate an unexpected exception during execution. This exception extends RuntimeException to be unchecked.
See Also:
  • Constructor Details

    • UncheckedExecutionException

      public UncheckedExecutionException(String message)
    • UncheckedExecutionException

      public UncheckedExecutionException(String message, Throwable cause)