INNER CODE UNIT · Java

AlreadyScheduledException

gruelbox/transaction-outbox · transactionoutbox-core/src/main/java/com/gruelbox/transactionoutbox/AlreadyScheduledException.java:9

public class AlreadyScheduledException extends RuntimeException {
  AlreadyScheduledException(String message, Throwable cause) {
    super(message, cause);
  }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…