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

org.enodeframework.common.exception.EnodeInterruptException Maven / Gradle / Ivy

package org.enodeframework.common.exception;

/**
 * @author [email protected]
 */
public class EnodeInterruptException extends EnodeException {

    private static final long serialVersionUID = 5391482343851766256L;

    public EnodeInterruptException(Throwable throwable) {
        super(throwable);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy