com.breuninger.boot.jobs.repository.JobBlockedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-breuninger-jobs Show documentation
Show all versions of spring-boot-starter-breuninger-jobs Show documentation
spring-boot-starter-breuninger-jobs
package com.breuninger.boot.jobs.repository;
public class JobBlockedException extends RuntimeException {
public JobBlockedException(final String message) {
super(message);
}
}