
com.venky.swf.exceptions.IncompleteDataException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swf-db Show documentation
Show all versions of swf-db Show documentation
Succinct Web Framework - Db
The newest version!
package com.venky.swf.exceptions;
public class IncompleteDataException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 809101847413646997L;
public IncompleteDataException() {
super();
}
public IncompleteDataException(String message, Throwable cause) {
super(message, cause);
}
public IncompleteDataException(String message) {
super(message);
}
public IncompleteDataException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy