com.fivefaces.cloud.workflow.awsonprem.exception.StateMachineFailedException Maven / Gradle / Ivy
package com.fivefaces.cloud.workflow.awsonprem.exception;
import lombok.Getter;
@Getter
public class StateMachineFailedException extends RuntimeException {
public StateMachineFailedException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy