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

com.github.athi.athifx.gui.security.SecurityException Maven / Gradle / Ivy

The newest version!
package com.github.athi.athifx.gui.security;

/**
 * Created by Athi
 */
public class SecurityException extends Exception {

    public SecurityException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy