All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.cola.statemachine.impl.StateMachineException Maven / Gradle / Ivy

package com.alibaba.cola.statemachine.impl;

/**
 * StateMachineException
 *
 * @author Frank Zhang
 * @date 2020-02-08 5:28 PM
 */
public class StateMachineException extends RuntimeException{
    public StateMachineException(String message){
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy