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

com.inexas.exception.NotImplementedException Maven / Gradle / Ivy

package com.inexas.exception;

public class NotImplementedException extends InexasRuntimeException {
	private static final long serialVersionUID = -2548865605162082171L;

	public NotImplementedException() {
		super("Not implemented");
	}

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy