
com.venky.swf.exceptions.SWFTimeoutException 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 SWFTimeoutException extends RuntimeException{
public SWFTimeoutException() {
super();
}
public SWFTimeoutException(String message, Throwable cause) {
super(message, cause);
}
public SWFTimeoutException(String message) {
super(message);
}
public SWFTimeoutException(Throwable cause) {
super(cause);
}
/**
*
*/
private static final long serialVersionUID = 352157071459390976L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy