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

io.higgs.http.server.auth.InvalidSessionDirectory Maven / Gradle / Ivy

There is a newer version: 0.0.24
Show newest version
package io.higgs.http.server.auth;

import java.io.IOException;

/**
 * @author Courtney Robinson 
 */
public class InvalidSessionDirectory extends RuntimeException {
    public InvalidSessionDirectory(String msg, IOException e) {
        super(msg, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy