
com.nfwork.dbfound.exception.UploadSizeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbfound Show documentation
Show all versions of dbfound Show documentation
dbfound development platform
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