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

cn.ocoop.framework.safe.ex.InvalidConfigStateException Maven / Gradle / Ivy

There is a newer version: 1.2.7
Show newest version
package cn.ocoop.framework.safe.ex;

public class InvalidConfigStateException extends RuntimeException {
    public InvalidConfigStateException(String message) {
        super(message);
    }

    @Override
    public synchronized Throwable fillInStackTrace() {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy