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

com.artemis.backends.gwt.emu.java.lang.SecurityException Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package java.lang;

public class SecurityException extends RuntimeException {
	public SecurityException() {
		super();
	}

	public SecurityException(String message, Throwable cause) {
		super(message, cause);
	}

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

	public SecurityException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy