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

com.github.ydoc.exception.YdocException Maven / Gradle / Ivy

The newest version!
package com.github.ydoc.exception;

/**
 * @author nobugboy
 **/
public class YdocException extends RuntimeException {
    private static final long serialVersionUID = -3371453484855642908L;

    public YdocException(String exception, Throwable throwable) {
	super(exception, throwable);
    }

    public YdocException(String exception) {
	super(exception);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy