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

com.fastchar.exception.FastDatabaseInfoException Maven / Gradle / Ivy

Go to download

FastChar is Web+ORM Framework in Java Copyright (C) http://www.fastchar.com All rights reserved.

The newest version!
package com.fastchar.exception;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy