Class Saga.SagaTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cloud.opencode.base.event.saga.Saga.SagaTimeoutException
All Implemented Interfaces:
Serializable
Enclosing class:
Saga<T>

public static class Saga.SagaTimeoutException extends Exception
Exception thrown when a saga step times out. saga 步骤超时时抛出的异常。
Since:
JDK 25, opencode-base-event V1.0.0
Author:
Leon Soo www.LeonSoo.com
See Also:
  • Constructor Details

    • SagaTimeoutException

      public SagaTimeoutException(String message, Throwable cause)