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

org.tinygroup.dict.exception.DictRuntimeException Maven / Gradle / Ivy

The newest version!
package org.tinygroup.dict.exception;

import org.tinygroup.exception.BaseRuntimeException;

public class DictRuntimeException extends BaseRuntimeException{

	private static final long serialVersionUID = 1L;

	public DictRuntimeException(String code, Object... args) {
		super(code,args);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy