package eu.wietsevenema.lang.oberon.exceptions; public class ImmutableException extends Exception { private static final long serialVersionUID = 3114771334269878934L; public ImmutableException(String string) { super(string); } }