
com.inexas.exception.ShouldNotBeCalledException Maven / Gradle / Ivy
package com.inexas.exception;
public class ShouldNotBeCalledException extends InexasRuntimeException {
private static final long serialVersionUID = 4157984141609529672L;
public ShouldNotBeCalledException() {
super("This method should never be called");
}
public ShouldNotBeCalledException(String note) {
super("This method should never be called" + note);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy