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

remote.server.Exception Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package remote.server;

@SuppressWarnings("serial")
public class Exception extends Return {
	public Exception(final Throwable value, final long relatesTo) {
		super(value, relatesTo);
	}

	@Override
	public Throwable getValue() {
		return (Throwable)super.getValue();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy