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

com.nfwork.dbfound.exception.UploadSizeException Maven / Gradle / Ivy

There is a newer version: 4.3.2
Show newest version
package com.nfwork.dbfound.exception;

public class UploadSizeException extends DBFoundRuntimeException{
	
	private static final long serialVersionUID = 5805277258351584998L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy