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

org.webbitserver.helpers.UTF8Exception Maven / Gradle / Ivy

There is a newer version: 0.4.15
Show newest version
package org.webbitserver.helpers;

public class UTF8Exception extends RuntimeException {
    private static final long serialVersionUID = 3599440257713569059L;

    public UTF8Exception(String reason) {
        super(reason);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy