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

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

package com.inexas.exception;

public class ImplementMeException extends InexasRuntimeException {
	private static final long serialVersionUID = 5755020430853368107L;

	public ImplementMeException() {
		super("How about implementing me!");
	}

	public ImplementMeException(String message) {
		super("How about implementing me!: " + message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy